#af57e0

Color #AF57E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF57E0

Tints of Medium Orchid #AF57E0

Color information

#AF57E0 (or 0xAF57E0) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and E0. RGB value is (175,87,224). Sum of RGB (Red+Green+Blue) = 175+87+224=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF57E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57E0 is #50A81F. Grayscale: #808080. Windows color (decimal): -5285920 or 14702511. OLE color: 14702511.

HSL color Cylindrical-coordinate representation of color #AF57E0: hue angle of 278.54º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF57E0 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17587224-
CMYK0.220.6100.12
HSL278.54º68.84%60.98%-
HSV(B)278.54º61.16%87.84%-
XYZ34.5421.3172.81-
YUV128.93181.65160.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 87 (34.38% from 255) = 17.90%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=36.01%
G=17.90%
B=46.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175872240.220.6100.12278.5468.8460.98
HexAF57E0163D0C117453d
Octal257127340267501442710575
Binary1010111110101111110000010110111101011001000101111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af57e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af57e0; }

 p { color: rgb(175,87,224); }

 H1.HeaderClassName
 {
   color: #af57e0;
 }
 .AnyTagClassName
 {
   color: #af57e0;
 }
</style>
background-color css

<style>
 a { background-color: #af57e0; }

 a { background-color: rgb(175,87,224); }

 div.DivClassName
 {
   background-color: #af57e0;
 }
 .BgClassName
 {
   background-color: #af57e0;
 }
</style>
border-color css

<style>
 span { border-color: #af57e0; }

 span { border-color: rgb(175,87,224); }

 td.TdClassName
 {
   border-color: #af57e0;
 }
 .TagClassName
 {
   border-color: #af57e0;
 }
</style>