#AF59CC

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

Shades of Medium Orchid #AF59CC

Tints of Medium Orchid #AF59CC

Color information

#AF59CC (or 0xAF59CC) is unknown color: approx Medium Orchid. HEX triplet: AF, 59 and CC. RGB value is (175,89,204). Sum of RGB (Red+Green+Blue) = 175+89+204=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CC is #50A633. Grayscale: #7F7F7F. Windows color (decimal): -5285428 or 13392303. OLE color: 13392303.

HSL color Cylindrical-coordinate representation of color #AF59CC: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF59CC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17589204-
CMYK0.140.5600.2
HSL284.87º53%57.45%-
HSV(B)284.87º56.37%80%-
XYZ32.1520.6259.41-
YUV127.82170.99161.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=37.39%
G=19.02%
B=43.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175892040.140.5600.2284.875357.45
HexAF59CCE3801411d3539
Octal25713131416700244356571
Binary101011111011001110011001110111000010100100011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF59CC; }

 p { color: rgb(175,89,204); }

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

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

 a { background-color: rgb(175,89,204); }

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

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

 span { border-color: rgb(175,89,204); }

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