Shades of Dark Orchid #AB24C9
Tints of Dark Orchid #AB24C9
RGB
CMYK
RGB Variations
Color information
#AB24C9 (or 0xAB24C9) is known color: Dark Orchid. HEX triplet: AB, 24 and C9. RGB value is (171,36,201). Sum of RGB (Red+Green+Blue) = 171+36+201=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB24C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24C9 is #54DB36. Grayscale: #5E5E5E. Windows color (decimal): -5561143 or 13182123. OLE color: 13182123.
HSL color Cylindrical-coordinate representation of color #AB24C9: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB24C9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 36 | 201 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.21 |
| HSL | 289.09º | 0.7% | 0.46% | - |
| HSV(B) | 289.09º | 0.82% | 0.79% | - |
| XYZ | 27.97 | 14.14 | 56.51 | - |
| YUV | 95.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 201 | 0.15 | 0.82 | 0 | 0.21 | 289.09 | 0.7 | 0.46 |
| Hex | AB | 24 | C9 | F | 52 | 0 | 15 | 121 | 46 | 2E |
| Octal | 253 | 44 | 311 | 17 | 122 | 0 | 25 | 441 | 106 | 56 |
| Binary | 10101011 | 100100 | 11001001 | 1111 | 1010010 | 0 | 10101 | 100100001 | 1000110 | 101110 |
Color Harmonies of #AB24C9
Complementary color
Monochromatic Colors of #AB24C9
Black with #AB24C9
Text Example
Text Example
White with #AB24C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24C9; }
p { color: rgb(171,36,201); }
H1.HeaderClassName
{
color: #AB24C9;
}
.AnyTagClassName
{
color: #AB24C9;
}
</style>
background-color css
<style>
a { background-color: #AB24C9; }
a { background-color: rgb(171,36,201); }
div.DivClassName
{
background-color: #AB24C9;
}
.BgClassName
{
background-color: #AB24C9;
}
</style>
border-color css
<style>
span { border-color: #AB24C9; }
span { border-color: rgb(171,36,201); }
td.TdClassName
{
border-color: #AB24C9;
}
.TagClassName
{
border-color: #AB24C9;
}
</style>