#AB21AB

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

Shades of Dark Orchid #AB21AB

Tints of Dark Orchid #AB21AB

Color information

#AB21AB (or 0xAB21AB) is unknown color: approx Dark Orchid. HEX triplet: AB, 21 and AB. RGB value is (171,33,171). Sum of RGB (Red+Green+Blue) = 171+33+171=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB21AB is #54DE54. Grayscale: #595959. Windows color (decimal): -5561941 or 11215275. OLE color: 11215275.

HSL color Cylindrical-coordinate representation of color #AB21AB: hue angle of 300º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB21AB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17133171-
CMYK00.8100.33
HSL300º67.65%40%-
HSV(B)300º80.7%67.06%-
XYZ24.6912.6939.68-
YUV89.99173.72185.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=45.6%
G=8.8%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713317100.8100.3330067.6540
HexAB21AB05102112c4428
Octal25341253012104145410450
Binary10101011100001101010110101000101000011001011001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21AB; }

 p { color: rgb(171,33,171); }

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

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

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

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

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

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

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