Shades of Dark Orchid #AA2AAC
Tints of Dark Orchid #AA2AAC
RGB
CMYK
RGB Variations
Color information
#AA2AAC (or 0xAA2AAC) is known color: Dark Orchid. HEX triplet: AA, 2A and AC. RGB value is (170,42,172). Sum of RGB (Red+Green+Blue) = 170+42+172=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA2AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAC is #55D553. Grayscale: #5E5E5E. Windows color (decimal): -5625172 or 11283114. OLE color: 11283114.
HSL color Cylindrical-coordinate representation of color #AA2AAC: hue angle of 299.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2AAC is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 172 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.33 |
| HSL | 299.08º | 0.61% | 0.42% | - |
| HSV(B) | 299.08º | 0.76% | 0.67% | - |
| XYZ | 24.85 | 13.18 | 40.26 | - |
| YUV | 95.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 172 | 0.01 | 0.76 | 0 | 0.33 | 299.08 | 0.61 | 0.42 |
| Hex | AA | 2A | AC | 1 | 4C | 0 | 21 | 12B | 3D | 2A |
| Octal | 252 | 52 | 254 | 1 | 114 | 0 | 41 | 453 | 75 | 52 |
| Binary | 10101010 | 101010 | 10101100 | 1 | 1001100 | 0 | 100001 | 100101011 | 111101 | 101010 |
Color Harmonies of #AA2AAC
Complementary color
Monochromatic Colors of #AA2AAC
Black with #AA2AAC
Text Example
Text Example
White with #AA2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AAC; }
p { color: rgb(170,42,172); }
H1.HeaderClassName
{
color: #AA2AAC;
}
.AnyTagClassName
{
color: #AA2AAC;
}
</style>
background-color css
<style>
a { background-color: #AA2AAC; }
a { background-color: rgb(170,42,172); }
div.DivClassName
{
background-color: #AA2AAC;
}
.BgClassName
{
background-color: #AA2AAC;
}
</style>
border-color css
<style>
span { border-color: #AA2AAC; }
span { border-color: rgb(170,42,172); }
td.TdClassName
{
border-color: #AA2AAC;
}
.TagClassName
{
border-color: #AA2AAC;
}
</style>