Shades of Dark Orchid #AB21B8
Tints of Dark Orchid #AB21B8
RGB
CMYK
RGB Variations
Color information
#AB21B8 (or 0xAB21B8) is known color: 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
| RGB | 171 | 33 | 184 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.28 |
| HSL | 294.83º | 0.7% | 0.43% | - |
| HSV(B) | 294.83º | 0.82% | 0.72% | - |
| XYZ | 25.99 | 13.21 | 46.53 | - |
| YUV | 91.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 184 | 0.07 | 0.82 | 0 | 0.28 | 294.83 | 0.7 | 0.43 |
| Hex | AB | 21 | B8 | 7 | 52 | 0 | 1C | 127 | 46 | 2B |
| Octal | 253 | 41 | 270 | 7 | 122 | 0 | 34 | 447 | 106 | 53 |
| Binary | 10101011 | 100001 | 10111000 | 111 | 1010010 | 0 | 11100 | 100100111 | 1000110 | 101011 |
Color Harmonies of #AB21B8
Complementary color
Monochromatic Colors of #AB21B8
Black with #AB21B8
Text Example
Text Example
White with #AB21B8
Text Example
Text Example
HTML Codes & Css Web 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>