#AB21B8

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

Shades of Dark Orchid #AB21B8

Tints of Dark Orchid #AB21B8

Color information

#AB21B8 (or 0xAB21B8) is unknown color: approx Dark Orchid. HEX triplet: AB, 21 and B8. RGB value is (171,33,184). Sum of RGB (Red+Green+Blue) = 171+33+184=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB21B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21B8 is #54DE47. Grayscale: #5B5B5B. Windows color (decimal): -5561928 or 12067243. OLE color: 12067243.

HSL color Cylindrical-coordinate representation of color #AB21B8: hue angle of 294.83º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB21B8 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17133184-
CMYK0.070.8200.28
HSL294.83º69.59%42.55%-
HSV(B)294.83º82.07%72.16%-
XYZ25.9913.2146.53-
YUV91.48180.22184.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 33 (13.28% from 255) = 8.51%
BLUE value IS 184 (72.27% from 255) = 47.42%
R=44.07%
G=8.51%
B=47.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171331840.070.8200.28294.8369.5942.55
HexAB21B875201C127462b
Octal25341270712203444710653
Binary101010111000011011100011110100100111001001001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21B8; }

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

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

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

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

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

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

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

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