Shades of Dark Orchid #AB24B2
Tints of Dark Orchid #AB24B2
RGB
CMYK
RGB Variations
Color information
#AB24B2 (or 0xAB24B2) is known color: Dark Orchid. HEX triplet: AB, 24 and B2. RGB value is (171,36,178). Sum of RGB (Red+Green+Blue) = 171+36+178=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB24B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB24B2 is #54DB4D. Grayscale: #5C5C5C. Windows color (decimal): -5561166 or 11674795. OLE color: 11674795.
HSL color Cylindrical-coordinate representation of color #AB24B2: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB24B2 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 36 | 178 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.30 |
| HSL | 297.04º | 0.66% | 0.42% | - |
| HSV(B) | 297.04º | 0.8% | 0.7% | - |
| XYZ | 25.46 | 13.13 | 43.31 | - |
| YUV | 92.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 178 | 0.04 | 0.80 | 0 | 0.30 | 297.04 | 0.66 | 0.42 |
| Hex | AB | 24 | B2 | 4 | 50 | 0 | 1E | 129 | 42 | 2A |
| Octal | 253 | 44 | 262 | 4 | 120 | 0 | 36 | 451 | 102 | 52 |
| Binary | 10101011 | 100100 | 10110010 | 100 | 1010000 | 0 | 11110 | 100101001 | 1000010 | 101010 |
Color Harmonies of #AB24B2
Complementary color
Monochromatic Colors of #AB24B2
Black with #AB24B2
Text Example
Text Example
White with #AB24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24B2; }
p { color: rgb(171,36,178); }
H1.HeaderClassName
{
color: #AB24B2;
}
.AnyTagClassName
{
color: #AB24B2;
}
</style>
background-color css
<style>
a { background-color: #AB24B2; }
a { background-color: rgb(171,36,178); }
div.DivClassName
{
background-color: #AB24B2;
}
.BgClassName
{
background-color: #AB24B2;
}
</style>
border-color css
<style>
span { border-color: #AB24B2; }
span { border-color: rgb(171,36,178); }
td.TdClassName
{
border-color: #AB24B2;
}
.TagClassName
{
border-color: #AB24B2;
}
</style>