#AF57D8

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

Shades of Medium Orchid #AF57D8

Tints of Medium Orchid #AF57D8

Color information

#AF57D8 (or 0xAF57D8) is unknown color: approx Medium Orchid. HEX triplet: AF, 57 and D8. RGB value is (175,87,216). Sum of RGB (Red+Green+Blue) = 175+87+216=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF57D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57D8 is #50A827. Grayscale: #7F7F7F. Windows color (decimal): -5285928 or 14178223. OLE color: 14178223.

HSL color Cylindrical-coordinate representation of color #AF57D8: hue angle of 280.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF57D8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17587216-
CMYK0.190.6000.15
HSL280.93º62.32%59.41%-
HSV(B)280.93º59.72%84.71%-
XYZ33.4820.8967.23-
YUV128.02177.65161.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 87 (34.38% from 255) = 18.20%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=36.61%
G=18.20%
B=45.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175872160.190.6000.15280.9362.3259.41
HexAF57D8133C0F1193e3b
Octal25712733023740174317673
Binary101011111010111110110001001111110001111100011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57D8; }

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

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

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

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

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

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

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

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