Shades of Dark Orchid #AB24C8
Tints of Dark Orchid #AB24C8
RGB
CMYK
RGB Variations
Color information
#AB24C8 (or 0xAB24C8) is known color: Dark Orchid. HEX triplet: AB, 24 and C8. RGB value is (171,36,200). Sum of RGB (Red+Green+Blue) = 171+36+200=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB24C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24C8 is #54DB37. Grayscale: #5E5E5E. Windows color (decimal): -5561144 or 13116587. OLE color: 13116587.
HSL color Cylindrical-coordinate representation of color #AB24C8: hue angle of 289.39º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB24C8 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 36 | 200 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.22 |
| HSL | 289.39º | 0.69% | 0.46% | - |
| HSV(B) | 289.39º | 0.82% | 0.78% | - |
| XYZ | 27.85 | 14.09 | 55.9 | - |
| YUV | 95.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 200 | 0.14 | 0.82 | 0 | 0.22 | 289.39 | 0.69 | 0.46 |
| Hex | AB | 24 | C8 | E | 52 | 0 | 16 | 121 | 45 | 2E |
| Octal | 253 | 44 | 310 | 16 | 122 | 0 | 26 | 441 | 105 | 56 |
| Binary | 10101011 | 100100 | 11001000 | 1110 | 1010010 | 0 | 10110 | 100100001 | 1000101 | 101110 |
Color Harmonies of #AB24C8
Complementary color
Monochromatic Colors of #AB24C8
Black with #AB24C8
Text Example
Text Example
White with #AB24C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24C8; }
p { color: rgb(171,36,200); }
H1.HeaderClassName
{
color: #AB24C8;
}
.AnyTagClassName
{
color: #AB24C8;
}
</style>
background-color css
<style>
a { background-color: #AB24C8; }
a { background-color: rgb(171,36,200); }
div.DivClassName
{
background-color: #AB24C8;
}
.BgClassName
{
background-color: #AB24C8;
}
</style>
border-color css
<style>
span { border-color: #AB24C8; }
span { border-color: rgb(171,36,200); }
td.TdClassName
{
border-color: #AB24C8;
}
.TagClassName
{
border-color: #AB24C8;
}
</style>