Shades of Dark Orchid #AB21CE
Tints of Dark Orchid #AB21CE
RGB
CMYK
RGB Variations
Color information
#AB21CE (or 0xAB21CE) is known color: Dark Orchid. HEX triplet: AB, 21 and CE. RGB value is (171,33,206). Sum of RGB (Red+Green+Blue) = 171+33+206=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21CE is #54DE31. Grayscale: #5D5D5D. Windows color (decimal): -5561906 or 13509035. OLE color: 13509035.
HSL color Cylindrical-coordinate representation of color #AB21CE: hue angle of 287.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB21CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 33 | 206 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.19 |
| HSL | 287.86º | 0.72% | 0.47% | - |
| HSV(B) | 287.86º | 0.84% | 0.81% | - |
| XYZ | 28.48 | 14.2 | 59.63 | - |
| YUV | 93.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 206 | 0.17 | 0.84 | 0 | 0.19 | 287.86 | 0.72 | 0.47 |
| Hex | AB | 21 | CE | 11 | 54 | 0 | 13 | 120 | 48 | 2F |
| Octal | 253 | 41 | 316 | 21 | 124 | 0 | 23 | 440 | 110 | 57 |
| Binary | 10101011 | 100001 | 11001110 | 10001 | 1010100 | 0 | 10011 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AB21CE
Complementary color
Monochromatic Colors of #AB21CE
Black with #AB21CE
Text Example
Text Example
White with #AB21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21CE; }
p { color: rgb(171,33,206); }
H1.HeaderClassName
{
color: #AB21CE;
}
.AnyTagClassName
{
color: #AB21CE;
}
</style>
background-color css
<style>
a { background-color: #AB21CE; }
a { background-color: rgb(171,33,206); }
div.DivClassName
{
background-color: #AB21CE;
}
.BgClassName
{
background-color: #AB21CE;
}
</style>
border-color css
<style>
span { border-color: #AB21CE; }
span { border-color: rgb(171,33,206); }
td.TdClassName
{
border-color: #AB21CE;
}
.TagClassName
{
border-color: #AB21CE;
}
</style>