Shades of Dark Orchid #AA23AB
Tints of Dark Orchid #AA23AB
RGB
CMYK
RGB Variations
Color information
#AA23AB (or 0xAA23AB) is known color: Dark Orchid. HEX triplet: AA, 23 and AB. RGB value is (170,35,171). Sum of RGB (Red+Green+Blue) = 170+35+171=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA23AB is #55DC54. Grayscale: #5A5A5A. Windows color (decimal): -5626965 or 11215786. OLE color: 11215786.
HSL color Cylindrical-coordinate representation of color #AA23AB: hue angle of 299.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA23AB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 171 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.33 |
| HSL | 299.56º | 0.66% | 0.4% | - |
| HSV(B) | 299.56º | 0.8% | 0.67% | - |
| XYZ | 24.53 | 12.69 | 39.68 | - |
| YUV | 90.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 171 | 0.01 | 0.80 | 0 | 0.33 | 299.56 | 0.66 | 0.4 |
| Hex | AA | 23 | AB | 1 | 50 | 0 | 21 | 12C | 42 | 28 |
| Octal | 252 | 43 | 253 | 1 | 120 | 0 | 41 | 454 | 102 | 50 |
| Binary | 10101010 | 100011 | 10101011 | 1 | 1010000 | 0 | 100001 | 100101100 | 1000010 | 101000 |
Color Harmonies of #AA23AB
Complementary color
Monochromatic Colors of #AA23AB
Black with #AA23AB
Text Example
Text Example
White with #AA23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23AB; }
p { color: rgb(170,35,171); }
H1.HeaderClassName
{
color: #AA23AB;
}
.AnyTagClassName
{
color: #AA23AB;
}
</style>
background-color css
<style>
a { background-color: #AA23AB; }
a { background-color: rgb(170,35,171); }
div.DivClassName
{
background-color: #AA23AB;
}
.BgClassName
{
background-color: #AA23AB;
}
</style>
border-color css
<style>
span { border-color: #AA23AB; }
span { border-color: rgb(170,35,171); }
td.TdClassName
{
border-color: #AA23AB;
}
.TagClassName
{
border-color: #AA23AB;
}
</style>