#AF20AB

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

Shades of Dark Orchid #AF20AB

Tints of Dark Orchid #AF20AB

Color information

#AF20AB (or 0xAF20AB) is unknown color: approx Dark Orchid. HEX triplet: AF, 20 and AB. RGB value is (175,32,171). Sum of RGB (Red+Green+Blue) = 175+32+171=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF20AB is #50DF54. Grayscale: #5A5A5A. Windows color (decimal): -5300053 or 11215023. OLE color: 11215023.

HSL color Cylindrical-coordinate representation of color #AF20AB: hue angle of 301.68º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF20AB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17532171-
CMYK00.820.020.31
HSL301.68º69.08%40.59%-
HSV(B)301.68º81.71%68.63%-
XYZ25.5513.0939.71-
YUV90.6173.38188.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 32 (12.89% from 255) = 8.47%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=46.30%
G=8.47%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753217100.820.020.31301.6869.0840.59
HexAF20AB05221F12e4529
Octal25740253012223745610551
Binary10101111100000101010110101001010111111001011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF20AB; }

 p { color: rgb(175,32,171); }

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

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

 a { background-color: rgb(175,32,171); }

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

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

 span { border-color: rgb(175,32,171); }

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