#AF47C8

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

Shades of Medium Orchid #AF47C8

Tints of Medium Orchid #AF47C8

Color information

#AF47C8 (or 0xAF47C8) is unknown color: approx Medium Orchid. HEX triplet: AF, 47 and C8. RGB value is (175,71,200). Sum of RGB (Red+Green+Blue) = 175+71+200=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF47C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47C8 is #50B837. Grayscale: #747474. Windows color (decimal): -5290040 or 13125551. OLE color: 13125551.

HSL color Cylindrical-coordinate representation of color #AF47C8: hue angle of 288.37º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF47C8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17571200-
CMYK0.120.6400.22
HSL288.37º53.97%53.14%-
HSV(B)288.37º64.5%78.43%-
XYZ30.3617.7956.48-
YUV116.8174.96169.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=39.24%
G=15.92%
B=44.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175712000.120.6400.22288.3753.9753.14
HexAF47C8C400161203635
Octal257107310141000264406665
Binary1010111110001111100100011001000000010110100100000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF47C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF47C8; }

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

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

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

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

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

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

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

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