Shades of Dark Orchid #AB2CA9
Tints of Dark Orchid #AB2CA9
RGB
CMYK
RGB Variations
Color information
#AB2CA9 (or 0xAB2CA9) is known color: Dark Orchid. HEX triplet: AB, 2C and A9. RGB value is (171,44,169). Sum of RGB (Red+Green+Blue) = 171+44+169=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2CA9 is #54D356. Grayscale: #5F5F5F. Windows color (decimal): -5559127 or 11087019. OLE color: 11087019.
HSL color Cylindrical-coordinate representation of color #AB2CA9: hue angle of 300.94º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2CA9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 169 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.33 |
| HSL | 300.94º | 0.59% | 0.42% | - |
| HSV(B) | 300.94º | 0.74% | 0.67% | - |
| XYZ | 24.86 | 13.32 | 38.8 | - |
| YUV | 96.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 169 | 0 | 0.74 | 0.01 | 0.33 | 300.94 | 0.59 | 0.42 |
| Hex | AB | 2C | A9 | 0 | 4A | 1 | 21 | 12D | 3B | 2A |
| Octal | 253 | 54 | 251 | 0 | 112 | 1 | 41 | 455 | 73 | 52 |
| Binary | 10101011 | 101100 | 10101001 | 0 | 1001010 | 1 | 100001 | 100101101 | 111011 | 101010 |
Color Harmonies of #AB2CA9
Complementary color
Monochromatic Colors of #AB2CA9
Black with #AB2CA9
Text Example
Text Example
White with #AB2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2CA9; }
p { color: rgb(171,44,169); }
H1.HeaderClassName
{
color: #AB2CA9;
}
.AnyTagClassName
{
color: #AB2CA9;
}
</style>
background-color css
<style>
a { background-color: #AB2CA9; }
a { background-color: rgb(171,44,169); }
div.DivClassName
{
background-color: #AB2CA9;
}
.BgClassName
{
background-color: #AB2CA9;
}
</style>
border-color css
<style>
span { border-color: #AB2CA9; }
span { border-color: rgb(171,44,169); }
td.TdClassName
{
border-color: #AB2CA9;
}
.TagClassName
{
border-color: #AB2CA9;
}
</style>