Shades of Dark Orchid #AA24BB
Tints of Dark Orchid #AA24BB
RGB
CMYK
RGB Variations
Color information
#AA24BB (or 0xAA24BB) is known color: Dark Orchid. HEX triplet: AA, 24 and BB. RGB value is (170,36,187). Sum of RGB (Red+Green+Blue) = 170+36+187=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BB is #55DB44. Grayscale: #5C5C5C. Windows color (decimal): -5626693 or 12264618. OLE color: 12264618.
HSL color Cylindrical-coordinate representation of color #AA24BB: hue angle of 293.25º 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 #AA24BB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 36 | 187 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.27 |
| HSL | 293.25º | 0.68% | 0.44% | - |
| HSV(B) | 293.25º | 0.81% | 0.73% | - |
| XYZ | 26.18 | 13.4 | 48.22 | - |
| YUV | 93.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 187 | 0.09 | 0.81 | 0 | 0.27 | 293.25 | 0.68 | 0.44 |
| Hex | AA | 24 | BB | 9 | 51 | 0 | 1B | 125 | 44 | 2C |
| Octal | 252 | 44 | 273 | 11 | 121 | 0 | 33 | 445 | 104 | 54 |
| Binary | 10101010 | 100100 | 10111011 | 1001 | 1010001 | 0 | 11011 | 100100101 | 1000100 | 101100 |
Color Harmonies of #AA24BB
Complementary color
Monochromatic Colors of #AA24BB
Black with #AA24BB
Text Example
Text Example
White with #AA24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24BB; }
p { color: rgb(170,36,187); }
H1.HeaderClassName
{
color: #AA24BB;
}
.AnyTagClassName
{
color: #AA24BB;
}
</style>
background-color css
<style>
a { background-color: #AA24BB; }
a { background-color: rgb(170,36,187); }
div.DivClassName
{
background-color: #AA24BB;
}
.BgClassName
{
background-color: #AA24BB;
}
</style>
border-color css
<style>
span { border-color: #AA24BB; }
span { border-color: rgb(170,36,187); }
td.TdClassName
{
border-color: #AA24BB;
}
.TagClassName
{
border-color: #AA24BB;
}
</style>