Shades of Dark Orchid #AA23A9
Tints of Dark Orchid #AA23A9
RGB
CMYK
RGB Variations
Color information
#AA23A9 (or 0xAA23A9) is known color: Dark Orchid. HEX triplet: AA, 23 and A9. RGB value is (170,35,169). Sum of RGB (Red+Green+Blue) = 170+35+169=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA23A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23A9 is #55DC56. Grayscale: #5A5A5A. Windows color (decimal): -5626967 or 11084714. OLE color: 11084714.
HSL color Cylindrical-coordinate representation of color #AA23A9: hue angle of 300.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA23A9 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 169 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.33 |
| HSL | 300.44º | 0.66% | 0.4% | - |
| HSV(B) | 300.44º | 0.79% | 0.67% | - |
| XYZ | 24.34 | 12.61 | 38.69 | - |
| YUV | 90.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 169 | 0 | 0.79 | 0.01 | 0.33 | 300.44 | 0.66 | 0.4 |
| Hex | AA | 23 | A9 | 0 | 4F | 1 | 21 | 12C | 42 | 28 |
| Octal | 252 | 43 | 251 | 0 | 117 | 1 | 41 | 454 | 102 | 50 |
| Binary | 10101010 | 100011 | 10101001 | 0 | 1001111 | 1 | 100001 | 100101100 | 1000010 | 101000 |
Color Harmonies of #AA23A9
Complementary color
Monochromatic Colors of #AA23A9
Black with #AA23A9
Text Example
Text Example
White with #AA23A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23A9; }
p { color: rgb(170,35,169); }
H1.HeaderClassName
{
color: #AA23A9;
}
.AnyTagClassName
{
color: #AA23A9;
}
</style>
background-color css
<style>
a { background-color: #AA23A9; }
a { background-color: rgb(170,35,169); }
div.DivClassName
{
background-color: #AA23A9;
}
.BgClassName
{
background-color: #AA23A9;
}
</style>
border-color css
<style>
span { border-color: #AA23A9; }
span { border-color: rgb(170,35,169); }
td.TdClassName
{
border-color: #AA23A9;
}
.TagClassName
{
border-color: #AA23A9;
}
</style>