Shades of Dark Orchid #AB24BB
Tints of Dark Orchid #AB24BB
RGB
CMYK
RGB Variations
Color information
#AB24BB (or 0xAB24BB) is known color: Dark Orchid. HEX triplet: AB, 24 and BB. RGB value is (171,36,187). Sum of RGB (Red+Green+Blue) = 171+36+187=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24BB is #54DB44. Grayscale: #5D5D5D. Windows color (decimal): -5561157 or 12264619. OLE color: 12264619.
HSL color Cylindrical-coordinate representation of color #AB24BB: hue angle of 293.64º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB24BB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 36 | 187 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.27 |
| HSL | 293.64º | 0.68% | 0.44% | - |
| HSV(B) | 293.64º | 0.81% | 0.73% | - |
| XYZ | 26.4 | 13.51 | 48.23 | - |
| YUV | 93.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 187 | 0.09 | 0.81 | 0 | 0.27 | 293.64 | 0.68 | 0.44 |
| Hex | AB | 24 | BB | 9 | 51 | 0 | 1B | 126 | 44 | 2C |
| Octal | 253 | 44 | 273 | 11 | 121 | 0 | 33 | 446 | 104 | 54 |
| Binary | 10101011 | 100100 | 10111011 | 1001 | 1010001 | 0 | 11011 | 100100110 | 1000100 | 101100 |
Color Harmonies of #AB24BB
Complementary color
Monochromatic Colors of #AB24BB
Black with #AB24BB
Text Example
Text Example
White with #AB24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24BB; }
p { color: rgb(171,36,187); }
H1.HeaderClassName
{
color: #AB24BB;
}
.AnyTagClassName
{
color: #AB24BB;
}
</style>
background-color css
<style>
a { background-color: #AB24BB; }
a { background-color: rgb(171,36,187); }
div.DivClassName
{
background-color: #AB24BB;
}
.BgClassName
{
background-color: #AB24BB;
}
</style>
border-color css
<style>
span { border-color: #AB24BB; }
span { border-color: rgb(171,36,187); }
td.TdClassName
{
border-color: #AB24BB;
}
.TagClassName
{
border-color: #AB24BB;
}
</style>