#AB20AF

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

Shades of Dark Orchid #AB20AF

Tints of Dark Orchid #AB20AF

Color information

#AB20AF (or 0xAB20AF) is unknown color: approx Dark Orchid. HEX triplet: AB, 20 and AF. RGB value is (171,32,175). Sum of RGB (Red+Green+Blue) = 171+32+175=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB20AF is #54DF50. Grayscale: #595959. Windows color (decimal): -5562193 or 11477163. OLE color: 11477163.

HSL color Cylindrical-coordinate representation of color #AB20AF: hue angle of 298.32º 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 #AB20AF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17132175-
CMYK0.020.8200.31
HSL298.32º69.08%40.59%-
HSV(B)298.32º81.71%68.63%-
XYZ25.0512.7941.71-
YUV89.86176.05185.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171321750.020.8200.31298.3269.0840.59
HexAB20AF25201F12a4529
Octal25340257212203745210551
Binary10101011100000101011111010100100111111001010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB20AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB20AF; }

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

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

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

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

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

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

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

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