Shades of Dark Orchid #AB24DF
Tints of Dark Orchid #AB24DF
RGB
CMYK
RGB Variations
Color information
#AB24DF (or 0xAB24DF) is known color: Dark Orchid. HEX triplet: AB, 24 and DF. RGB value is (171,36,223). Sum of RGB (Red+Green+Blue) = 171+36+223=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24DF is #54DB20. Grayscale: #616161. Windows color (decimal): -5561121 or 14623915. OLE color: 14623915.
HSL color Cylindrical-coordinate representation of color #AB24DF: hue angle of 283.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB24DF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 36 | 223 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.13 |
| HSL | 283.32º | 0.75% | 0.51% | - |
| HSV(B) | 283.32º | 0.84% | 0.87% | - |
| XYZ | 30.74 | 15.25 | 71.13 | - |
| YUV | 97.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 223 | 0.23 | 0.84 | 0 | 0.13 | 283.32 | 0.75 | 0.51 |
| Hex | AB | 24 | DF | 17 | 54 | 0 | D | 11B | 4B | 33 |
| Octal | 253 | 44 | 337 | 27 | 124 | 0 | 15 | 433 | 113 | 63 |
| Binary | 10101011 | 100100 | 11011111 | 10111 | 1010100 | 0 | 1101 | 100011011 | 1001011 | 110011 |
Color Harmonies of #AB24DF
Complementary color
Monochromatic Colors of #AB24DF
Black with #AB24DF
Text Example
Text Example
White with #AB24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24DF; }
p { color: rgb(171,36,223); }
H1.HeaderClassName
{
color: #AB24DF;
}
.AnyTagClassName
{
color: #AB24DF;
}
</style>
background-color css
<style>
a { background-color: #AB24DF; }
a { background-color: rgb(171,36,223); }
div.DivClassName
{
background-color: #AB24DF;
}
.BgClassName
{
background-color: #AB24DF;
}
</style>
border-color css
<style>
span { border-color: #AB24DF; }
span { border-color: rgb(171,36,223); }
td.TdClassName
{
border-color: #AB24DF;
}
.TagClassName
{
border-color: #AB24DF;
}
</style>