Shades of Dark Orchid #AA24BA
Tints of Dark Orchid #AA24BA
RGB
CMYK
RGB Variations
Color information
#AA24BA (or 0xAA24BA) is known color: Dark Orchid. HEX triplet: AA, 24 and BA. RGB value is (170,36,186). Sum of RGB (Red+Green+Blue) = 170+36+186=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BA is #55DB45. Grayscale: #5C5C5C. Windows color (decimal): -5626694 or 12199082. OLE color: 12199082.
HSL color Cylindrical-coordinate representation of color #AA24BA: hue angle of 293.6º 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 #AA24BA is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 36 | 186 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.27 |
| HSL | 293.6º | 0.68% | 0.44% | - |
| HSV(B) | 293.6º | 0.81% | 0.73% | - |
| XYZ | 26.07 | 13.35 | 47.66 | - |
| YUV | 93.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 186 | 0.09 | 0.81 | 0 | 0.27 | 293.6 | 0.68 | 0.44 |
| Hex | AA | 24 | BA | 9 | 51 | 0 | 1B | 126 | 44 | 2C |
| Octal | 252 | 44 | 272 | 11 | 121 | 0 | 33 | 446 | 104 | 54 |
| Binary | 10101010 | 100100 | 10111010 | 1001 | 1010001 | 0 | 11011 | 100100110 | 1000100 | 101100 |
Color Harmonies of #AA24BA
Complementary color
Monochromatic Colors of #AA24BA
Black with #AA24BA
Text Example
Text Example
White with #AA24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24BA; }
p { color: rgb(170,36,186); }
H1.HeaderClassName
{
color: #AA24BA;
}
.AnyTagClassName
{
color: #AA24BA;
}
</style>
background-color css
<style>
a { background-color: #AA24BA; }
a { background-color: rgb(170,36,186); }
div.DivClassName
{
background-color: #AA24BA;
}
.BgClassName
{
background-color: #AA24BA;
}
</style>
border-color css
<style>
span { border-color: #AA24BA; }
span { border-color: rgb(170,36,186); }
td.TdClassName
{
border-color: #AA24BA;
}
.TagClassName
{
border-color: #AA24BA;
}
</style>