Shades of Dark Orchid #AA2ACC
Tints of Dark Orchid #AA2ACC
RGB
CMYK
RGB Variations
Color information
#AA2ACC (or 0xAA2ACC) is known color: Dark Orchid. HEX triplet: AA, 2A and CC. RGB value is (170,42,204). Sum of RGB (Red+Green+Blue) = 170+42+204=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACC is #55D533. Grayscale: #626262. Windows color (decimal): -5625140 or 13380266. OLE color: 13380266.
HSL color Cylindrical-coordinate representation of color #AA2ACC: hue angle of 287.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2ACC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 42 | 204 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.2 |
| HSL | 287.41º | 0.66% | 0.48% | - |
| HSV(B) | 287.41º | 0.79% | 0.8% | - |
| XYZ | 28.3 | 14.56 | 58.45 | - |
| YUV | 98.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 204 | 0.17 | 0.79 | 0 | 0.2 | 287.41 | 0.66 | 0.48 |
| Hex | AA | 2A | CC | 11 | 4F | 0 | 14 | 11F | 42 | 30 |
| Octal | 252 | 52 | 314 | 21 | 117 | 0 | 24 | 437 | 102 | 60 |
| Binary | 10101010 | 101010 | 11001100 | 10001 | 1001111 | 0 | 10100 | 100011111 | 1000010 | 110000 |
Color Harmonies of #AA2ACC
Complementary color
Monochromatic Colors of #AA2ACC
Black with #AA2ACC
Text Example
Text Example
White with #AA2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ACC; }
p { color: rgb(170,42,204); }
H1.HeaderClassName
{
color: #AA2ACC;
}
.AnyTagClassName
{
color: #AA2ACC;
}
</style>
background-color css
<style>
a { background-color: #AA2ACC; }
a { background-color: rgb(170,42,204); }
div.DivClassName
{
background-color: #AA2ACC;
}
.BgClassName
{
background-color: #AA2ACC;
}
</style>
border-color css
<style>
span { border-color: #AA2ACC; }
span { border-color: rgb(170,42,204); }
td.TdClassName
{
border-color: #AA2ACC;
}
.TagClassName
{
border-color: #AA2ACC;
}
</style>