Shades of Dark Orchid #AB2ED9
Tints of Dark Orchid #AB2ED9
RGB
CMYK
RGB Variations
Color information
#AB2ED9 (or 0xAB2ED9) is known color: Dark Orchid. HEX triplet: AB, 2E and D9. RGB value is (171,46,217). Sum of RGB (Red+Green+Blue) = 171+46+217=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB2ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ED9 is #54D126. Grayscale: #666666. Windows color (decimal): -5558567 or 14233259. OLE color: 14233259.
HSL color Cylindrical-coordinate representation of color #AB2ED9: hue angle of 283.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2ED9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 46 | 217 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.15 |
| HSL | 283.86º | 0.69% | 0.52% | - |
| HSV(B) | 283.86º | 0.79% | 0.85% | - |
| XYZ | 30.3 | 15.62 | 67.06 | - |
| YUV | 102.87 | 192.41 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 217 | 0.21 | 0.79 | 0 | 0.15 | 283.86 | 0.69 | 0.52 |
| Hex | AB | 2E | D9 | 15 | 4F | 0 | F | 11C | 45 | 34 |
| Octal | 253 | 56 | 331 | 25 | 117 | 0 | 17 | 434 | 105 | 64 |
| Binary | 10101011 | 101110 | 11011001 | 10101 | 1001111 | 0 | 1111 | 100011100 | 1000101 | 110100 |
Color Harmonies of #AB2ED9
Complementary color
Monochromatic Colors of #AB2ED9
Black with #AB2ED9
Text Example
Text Example
White with #AB2ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2ED9; }
p { color: rgb(171,46,217); }
H1.HeaderClassName
{
color: #AB2ED9;
}
.AnyTagClassName
{
color: #AB2ED9;
}
</style>
background-color css
<style>
a { background-color: #AB2ED9; }
a { background-color: rgb(171,46,217); }
div.DivClassName
{
background-color: #AB2ED9;
}
.BgClassName
{
background-color: #AB2ED9;
}
</style>
border-color css
<style>
span { border-color: #AB2ED9; }
span { border-color: rgb(171,46,217); }
td.TdClassName
{
border-color: #AB2ED9;
}
.TagClassName
{
border-color: #AB2ED9;
}
</style>