Shades of Dark Orchid #AA2CA8
Tints of Dark Orchid #AA2CA8
RGB
CMYK
RGB Variations
Color information
#AA2CA8 (or 0xAA2CA8) is known color: Dark Orchid. HEX triplet: AA, 2C and A8. RGB value is (170,44,168). Sum of RGB (Red+Green+Blue) = 170+44+168=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CA8 is #55D357. Grayscale: #5F5F5F. Windows color (decimal): -5624664 or 11021482. OLE color: 11021482.
HSL color Cylindrical-coordinate representation of color #AA2CA8: hue angle of 300.95º 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 #AA2CA8 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 168 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.33 |
| HSL | 300.95º | 0.59% | 0.42% | - |
| HSV(B) | 300.95º | 0.74% | 0.67% | - |
| XYZ | 24.55 | 13.17 | 38.3 | - |
| YUV | 95.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 168 | 0 | 0.74 | 0.01 | 0.33 | 300.95 | 0.59 | 0.42 |
| Hex | AA | 2C | A8 | 0 | 4A | 1 | 21 | 12D | 3B | 2A |
| Octal | 252 | 54 | 250 | 0 | 112 | 1 | 41 | 455 | 73 | 52 |
| Binary | 10101010 | 101100 | 10101000 | 0 | 1001010 | 1 | 100001 | 100101101 | 111011 | 101010 |
Color Harmonies of #AA2CA8
Complementary color
Monochromatic Colors of #AA2CA8
Black with #AA2CA8
Text Example
Text Example
White with #AA2CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CA8; }
p { color: rgb(170,44,168); }
H1.HeaderClassName
{
color: #AA2CA8;
}
.AnyTagClassName
{
color: #AA2CA8;
}
</style>
background-color css
<style>
a { background-color: #AA2CA8; }
a { background-color: rgb(170,44,168); }
div.DivClassName
{
background-color: #AA2CA8;
}
.BgClassName
{
background-color: #AA2CA8;
}
</style>
border-color css
<style>
span { border-color: #AA2CA8; }
span { border-color: rgb(170,44,168); }
td.TdClassName
{
border-color: #AA2CA8;
}
.TagClassName
{
border-color: #AA2CA8;
}
</style>