#AF47FF

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

Shades of Medium Orchid #AF47FF

Tints of Medium Orchid #AF47FF

Color information

#AF47FF (or 0xAF47FF) is unknown color: approx Medium Orchid. HEX triplet: AF, 47 and FF. RGB value is (175,71,255). Sum of RGB (Red+Green+Blue) = 175+71+255=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47FF is #50B800. Grayscale: #7A7A7A. Windows color (decimal): -5289985 or 16730031. OLE color: 16730031.

HSL color Cylindrical-coordinate representation of color #AF47FF: hue angle of 273.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF47FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17571255-
CMYK0.310.7200
HSL273.91º100%63.92%-
HSV(B)273.91º72.16%100%-
XYZ37.9820.8496.63-
YUV123.07202.46165.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 71 (28.12% from 255) = 14.17%
BLUE value IS 255 (100% from 255) = 50.90%
R=34.93%
G=14.17%
B=50.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175712550.310.7200273.9110063.92
HexAF47FF1F48001126440
Octal2571073773711000422144100
Binary101011111000111111111111111110010000010001001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF47FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF47FF; }

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

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

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

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

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

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

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

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