#AF59CB

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

Shades of Medium Orchid #AF59CB

Tints of Medium Orchid #AF59CB

Color information

#AF59CB (or 0xAF59CB) is unknown color: approx Medium Orchid. HEX triplet: AF, 59 and CB. RGB value is (175,89,203). Sum of RGB (Red+Green+Blue) = 175+89+203=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59CB is #50A634. Grayscale: #7F7F7F. Windows color (decimal): -5285429 or 13326767. OLE color: 13326767.

HSL color Cylindrical-coordinate representation of color #AF59CB: hue angle of 285.26º degrees, saturation: 0.52, 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 #AF59CB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17589203-
CMYK0.140.5600.20
HSL285.26º52.29%57.25%-
HSV(B)285.26º56.16%79.61%-
XYZ32.0320.5758.78-
YUV127.71170.49161.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=37.47%
G=19.06%
B=43.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175892030.140.5600.20285.2652.2957.25
HexAF59CBE3801411d3439
Octal25713131316700244356471
Binary101011111011001110010111110111000010100100011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF59CB; }

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

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

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

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

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

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

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

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