Shades of Dark Orchid #AB24DD
Tints of Dark Orchid #AB24DD
RGB
CMYK
RGB Variations
Color information
#AB24DD (or 0xAB24DD) is known color: Dark Orchid. HEX triplet: AB, 24 and DD. RGB value is (171,36,221). Sum of RGB (Red+Green+Blue) = 171+36+221=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB24DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24DD is #54DB22. Grayscale: #606060. Windows color (decimal): -5561123 or 14492843. OLE color: 14492843.
HSL color Cylindrical-coordinate representation of color #AB24DD: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB24DD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 36 | 221 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.13 |
| HSL | 283.78º | 0.73% | 0.5% | - |
| HSV(B) | 283.78º | 0.84% | 0.87% | - |
| XYZ | 30.48 | 15.14 | 69.72 | - |
| YUV | 97.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 221 | 0.23 | 0.84 | 0 | 0.13 | 283.78 | 0.73 | 0.5 |
| Hex | AB | 24 | DD | 17 | 54 | 0 | D | 11C | 49 | 32 |
| Octal | 253 | 44 | 335 | 27 | 124 | 0 | 15 | 434 | 111 | 62 |
| Binary | 10101011 | 100100 | 11011101 | 10111 | 1010100 | 0 | 1101 | 100011100 | 1001001 | 110010 |
Color Harmonies of #AB24DD
Complementary color
Monochromatic Colors of #AB24DD
Black with #AB24DD
Text Example
Text Example
White with #AB24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24DD; }
p { color: rgb(171,36,221); }
H1.HeaderClassName
{
color: #AB24DD;
}
.AnyTagClassName
{
color: #AB24DD;
}
</style>
background-color css
<style>
a { background-color: #AB24DD; }
a { background-color: rgb(171,36,221); }
div.DivClassName
{
background-color: #AB24DD;
}
.BgClassName
{
background-color: #AB24DD;
}
</style>
border-color css
<style>
span { border-color: #AB24DD; }
span { border-color: rgb(171,36,221); }
td.TdClassName
{
border-color: #AB24DD;
}
.TagClassName
{
border-color: #AB24DD;
}
</style>