Shades of Dark Orchid #AB29D1
Tints of Dark Orchid #AB29D1
RGB
CMYK
RGB Variations
Color information
#AB29D1 (or 0xAB29D1) is known color: Dark Orchid. HEX triplet: AB, 29 and D1. RGB value is (171,41,209). Sum of RGB (Red+Green+Blue) = 171+41+209=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB29D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29D1 is #54D62E. Grayscale: #626262. Windows color (decimal): -5559855 or 13707691. OLE color: 13707691.
HSL color Cylindrical-coordinate representation of color #AB29D1: hue angle of 286.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB29D1 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 41 | 209 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.18 |
| HSL | 286.43º | 0.67% | 0.49% | - |
| HSV(B) | 286.43º | 0.8% | 0.82% | - |
| XYZ | 29.1 | 14.85 | 61.65 | - |
| YUV | 99.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 209 | 0.18 | 0.80 | 0 | 0.18 | 286.43 | 0.67 | 0.49 |
| Hex | AB | 29 | D1 | 12 | 50 | 0 | 12 | 11E | 43 | 31 |
| Octal | 253 | 51 | 321 | 22 | 120 | 0 | 22 | 436 | 103 | 61 |
| Binary | 10101011 | 101001 | 11010001 | 10010 | 1010000 | 0 | 10010 | 100011110 | 1000011 | 110001 |
Color Harmonies of #AB29D1
Complementary color
Monochromatic Colors of #AB29D1
Black with #AB29D1
Text Example
Text Example
White with #AB29D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29D1; }
p { color: rgb(171,41,209); }
H1.HeaderClassName
{
color: #AB29D1;
}
.AnyTagClassName
{
color: #AB29D1;
}
</style>
background-color css
<style>
a { background-color: #AB29D1; }
a { background-color: rgb(171,41,209); }
div.DivClassName
{
background-color: #AB29D1;
}
.BgClassName
{
background-color: #AB29D1;
}
</style>
border-color css
<style>
span { border-color: #AB29D1; }
span { border-color: rgb(171,41,209); }
td.TdClassName
{
border-color: #AB29D1;
}
.TagClassName
{
border-color: #AB29D1;
}
</style>