Shades of Dark Orchid #AA24B2
Tints of Dark Orchid #AA24B2
RGB
CMYK
RGB Variations
Color information
#AA24B2 (or 0xAA24B2) is known color: Dark Orchid. HEX triplet: AA, 24 and B2. RGB value is (170,36,178). Sum of RGB (Red+Green+Blue) = 170+36+178=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA24B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA24B2 is #55DB4D. Grayscale: #5B5B5B. Windows color (decimal): -5626702 or 11674794. OLE color: 11674794.
HSL color Cylindrical-coordinate representation of color #AA24B2: hue angle of 296.62º 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 #AA24B2 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 36 | 178 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.30 |
| HSL | 296.62º | 0.66% | 0.42% | - |
| HSV(B) | 296.62º | 0.8% | 0.7% | - |
| XYZ | 25.24 | 13.02 | 43.3 | - |
| YUV | 92.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 178 | 0.04 | 0.80 | 0 | 0.30 | 296.62 | 0.66 | 0.42 |
| Hex | AA | 24 | B2 | 4 | 50 | 0 | 1E | 129 | 42 | 2A |
| Octal | 252 | 44 | 262 | 4 | 120 | 0 | 36 | 451 | 102 | 52 |
| Binary | 10101010 | 100100 | 10110010 | 100 | 1010000 | 0 | 11110 | 100101001 | 1000010 | 101010 |
Color Harmonies of #AA24B2
Complementary color
Monochromatic Colors of #AA24B2
Black with #AA24B2
Text Example
Text Example
White with #AA24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24B2; }
p { color: rgb(170,36,178); }
H1.HeaderClassName
{
color: #AA24B2;
}
.AnyTagClassName
{
color: #AA24B2;
}
</style>
background-color css
<style>
a { background-color: #AA24B2; }
a { background-color: rgb(170,36,178); }
div.DivClassName
{
background-color: #AA24B2;
}
.BgClassName
{
background-color: #AA24B2;
}
</style>
border-color css
<style>
span { border-color: #AA24B2; }
span { border-color: rgb(170,36,178); }
td.TdClassName
{
border-color: #AA24B2;
}
.TagClassName
{
border-color: #AA24B2;
}
</style>