Shades of Dark Orchid #AB2DD9
Tints of Dark Orchid #AB2DD9
RGB
CMYK
RGB Variations
Color information
#AB2DD9 (or 0xAB2DD9) is known color: Dark Orchid. HEX triplet: AB, 2D and D9. RGB value is (171,45,217). Sum of RGB (Red+Green+Blue) = 171+45+217=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB2DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DD9 is #54D226. Grayscale: #656565. Windows color (decimal): -5558823 or 14233003. OLE color: 14233003.
HSL color Cylindrical-coordinate representation of color #AB2DD9: hue angle of 283.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2DD9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 45 | 217 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.15 |
| HSL | 283.95º | 0.69% | 0.51% | - |
| HSV(B) | 283.95º | 0.79% | 0.85% | - |
| XYZ | 30.26 | 15.54 | 67.05 | - |
| YUV | 102.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 217 | 0.21 | 0.79 | 0 | 0.15 | 283.95 | 0.69 | 0.51 |
| Hex | AB | 2D | D9 | 15 | 4F | 0 | F | 11C | 45 | 33 |
| Octal | 253 | 55 | 331 | 25 | 117 | 0 | 17 | 434 | 105 | 63 |
| Binary | 10101011 | 101101 | 11011001 | 10101 | 1001111 | 0 | 1111 | 100011100 | 1000101 | 110011 |
Color Harmonies of #AB2DD9
Complementary color
Monochromatic Colors of #AB2DD9
Black with #AB2DD9
Text Example
Text Example
White with #AB2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DD9; }
p { color: rgb(171,45,217); }
H1.HeaderClassName
{
color: #AB2DD9;
}
.AnyTagClassName
{
color: #AB2DD9;
}
</style>
background-color css
<style>
a { background-color: #AB2DD9; }
a { background-color: rgb(171,45,217); }
div.DivClassName
{
background-color: #AB2DD9;
}
.BgClassName
{
background-color: #AB2DD9;
}
</style>
border-color css
<style>
span { border-color: #AB2DD9; }
span { border-color: rgb(171,45,217); }
td.TdClassName
{
border-color: #AB2DD9;
}
.TagClassName
{
border-color: #AB2DD9;
}
</style>