Shades of Dark Orchid #AA2CAA
Tints of Dark Orchid #AA2CAA
RGB
CMYK
RGB Variations
Color information
#AA2CAA (or 0xAA2CAA) is known color: Dark Orchid. HEX triplet: AA, 2C and AA. RGB value is (170,44,170). Sum of RGB (Red+Green+Blue) = 170+44+170=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA2CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CAA is #55D355. Grayscale: #5F5F5F. Windows color (decimal): -5624662 or 11152554. OLE color: 11152554.
HSL color Cylindrical-coordinate representation of color #AA2CAA: hue angle of 300º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2CAA is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 170 | - |
| CMYK | 0 | 0.74 | 0 | 0.33 |
| HSL | 300º | 0.59% | 0.42% | - |
| HSV(B) | 300º | 0.74% | 0.67% | - |
| XYZ | 24.73 | 13.25 | 39.28 | - |
| YUV | 96.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 170 | 0 | 0.74 | 0 | 0.33 | 300 | 0.59 | 0.42 |
| Hex | AA | 2C | AA | 0 | 4A | 0 | 21 | 12C | 3B | 2A |
| Octal | 252 | 54 | 252 | 0 | 112 | 0 | 41 | 454 | 73 | 52 |
| Binary | 10101010 | 101100 | 10101010 | 0 | 1001010 | 0 | 100001 | 100101100 | 111011 | 101010 |
Color Harmonies of #AA2CAA
Complementary color
Monochromatic Colors of #AA2CAA
Black with #AA2CAA
Text Example
Text Example
White with #AA2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CAA; }
p { color: rgb(170,44,170); }
H1.HeaderClassName
{
color: #AA2CAA;
}
.AnyTagClassName
{
color: #AA2CAA;
}
</style>
background-color css
<style>
a { background-color: #AA2CAA; }
a { background-color: rgb(170,44,170); }
div.DivClassName
{
background-color: #AA2CAA;
}
.BgClassName
{
background-color: #AA2CAA;
}
</style>
border-color css
<style>
span { border-color: #AA2CAA; }
span { border-color: rgb(170,44,170); }
td.TdClassName
{
border-color: #AA2CAA;
}
.TagClassName
{
border-color: #AA2CAA;
}
</style>