#AF47CE

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

Shades of Medium Orchid #AF47CE

Tints of Medium Orchid #AF47CE

Color information

#AF47CE (or 0xAF47CE) is unknown color: approx Medium Orchid. HEX triplet: AF, 47 and CE. RGB value is (175,71,206). Sum of RGB (Red+Green+Blue) = 175+71+206=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47CE is #50B831. Grayscale: #757575. Windows color (decimal): -5290034 or 13518767. OLE color: 13518767.

HSL color Cylindrical-coordinate representation of color #AF47CE: hue angle of 286.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF47CE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17571206-
CMYK0.150.6600.19
HSL286.22º57.94%54.31%-
HSV(B)286.22º65.53%80.78%-
XYZ31.0718.0860.24-
YUV117.49177.96169.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=38.72%
G=15.71%
B=45.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175712060.150.6600.19286.2257.9454.31
HexAF47CEF4201311e3a36
Octal257107316171020234367266
Binary1010111110001111100111011111000010010011100011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF47CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF47CE; }

 p { color: rgb(175,71,206); }

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

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

 a { background-color: rgb(175,71,206); }

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

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

 span { border-color: rgb(175,71,206); }

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