Shades of Dark Orchid #AB21D5
Tints of Dark Orchid #AB21D5
RGB
CMYK
RGB Variations
Color information
#AB21D5 (or 0xAB21D5) is known color: Dark Orchid. HEX triplet: AB, 21 and D5. RGB value is (171,33,213). Sum of RGB (Red+Green+Blue) = 171+33+213=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB21D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21D5 is #54DE2A. Grayscale: #5E5E5E. Windows color (decimal): -5561899 or 13967787. OLE color: 13967787.
HSL color Cylindrical-coordinate representation of color #AB21D5: hue angle of 286º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB21D5 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 33 | 213 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.16 |
| HSL | 286º | 0.73% | 0.48% | - |
| HSV(B) | 286º | 0.85% | 0.84% | - |
| XYZ | 29.35 | 14.55 | 64.21 | - |
| YUV | 94.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 213 | 0.20 | 0.85 | 0 | 0.16 | 286 | 0.73 | 0.48 |
| Hex | AB | 21 | D5 | 14 | 55 | 0 | 10 | 11E | 49 | 30 |
| Octal | 253 | 41 | 325 | 24 | 125 | 0 | 20 | 436 | 111 | 60 |
| Binary | 10101011 | 100001 | 11010101 | 10100 | 1010101 | 0 | 10000 | 100011110 | 1001001 | 110000 |
Color Harmonies of #AB21D5
Complementary color
Monochromatic Colors of #AB21D5
Black with #AB21D5
Text Example
Text Example
White with #AB21D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21D5; }
p { color: rgb(171,33,213); }
H1.HeaderClassName
{
color: #AB21D5;
}
.AnyTagClassName
{
color: #AB21D5;
}
</style>
background-color css
<style>
a { background-color: #AB21D5; }
a { background-color: rgb(171,33,213); }
div.DivClassName
{
background-color: #AB21D5;
}
.BgClassName
{
background-color: #AB21D5;
}
</style>
border-color css
<style>
span { border-color: #AB21D5; }
span { border-color: rgb(171,33,213); }
td.TdClassName
{
border-color: #AB21D5;
}
.TagClassName
{
border-color: #AB21D5;
}
</style>