Shades of Dark Orchid #AB20D1
Tints of Dark Orchid #AB20D1
RGB
CMYK
RGB Variations
Color information
#AB20D1 (or 0xAB20D1) is known color: Dark Orchid. HEX triplet: AB, 20 and D1. RGB value is (171,32,209). Sum of RGB (Red+Green+Blue) = 171+32+209=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB20D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20D1 is #54DF2E. Grayscale: #5D5D5D. Windows color (decimal): -5562159 or 13705387. OLE color: 13705387.
HSL color Cylindrical-coordinate representation of color #AB20D1: hue angle of 287.12º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB20D1 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 32 | 209 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.18 |
| HSL | 287.12º | 0.73% | 0.47% | - |
| HSV(B) | 287.12º | 0.85% | 0.82% | - |
| XYZ | 28.82 | 14.29 | 61.56 | - |
| YUV | 93.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 209 | 0.18 | 0.85 | 0 | 0.18 | 287.12 | 0.73 | 0.47 |
| Hex | AB | 20 | D1 | 12 | 55 | 0 | 12 | 11F | 49 | 2F |
| Octal | 253 | 40 | 321 | 22 | 125 | 0 | 22 | 437 | 111 | 57 |
| Binary | 10101011 | 100000 | 11010001 | 10010 | 1010101 | 0 | 10010 | 100011111 | 1001001 | 101111 |
Color Harmonies of #AB20D1
Complementary color
Monochromatic Colors of #AB20D1
Black with #AB20D1
Text Example
Text Example
White with #AB20D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20D1; }
p { color: rgb(171,32,209); }
H1.HeaderClassName
{
color: #AB20D1;
}
.AnyTagClassName
{
color: #AB20D1;
}
</style>
background-color css
<style>
a { background-color: #AB20D1; }
a { background-color: rgb(171,32,209); }
div.DivClassName
{
background-color: #AB20D1;
}
.BgClassName
{
background-color: #AB20D1;
}
</style>
border-color css
<style>
span { border-color: #AB20D1; }
span { border-color: rgb(171,32,209); }
td.TdClassName
{
border-color: #AB20D1;
}
.TagClassName
{
border-color: #AB20D1;
}
</style>