#AF47F7

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

Shades of Medium Orchid #AF47F7

Tints of Medium Orchid #AF47F7

Color information

#AF47F7 (or 0xAF47F7) is unknown color: approx Medium Orchid. HEX triplet: AF, 47 and F7. RGB value is (175,71,247). Sum of RGB (Red+Green+Blue) = 175+71+247=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF47F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47F7 is #50B808. Grayscale: #797979. Windows color (decimal): -5289993 or 16205743. OLE color: 16205743.

HSL color Cylindrical-coordinate representation of color #AF47F7: hue angle of 275.45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF47F7 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17571247-
CMYK0.290.7100.03
HSL275.45º91.67%62.35%-
HSV(B)275.45º71.26%96.86%-
XYZ36.7220.3489.99-
YUV122.16198.46165.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 71 (28.12% from 255) = 14.40%
BLUE value IS 247 (96.88% from 255) = 50.10%
R=35.50%
G=14.40%
B=50.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175712470.290.7100.03275.4591.6762.35
HexAF47F71D47031135c3e
Octal257107367351070342313476
Binary101011111000111111101111110110001110111000100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF47F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF47F7; }

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

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

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

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

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

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

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

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