Shades of Dark Orchid #AA2ACD
Tints of Dark Orchid #AA2ACD
RGB
CMYK
RGB Variations
Color information
#AA2ACD (or 0xAA2ACD) is known color: Dark Orchid. HEX triplet: AA, 2A and CD. RGB value is (170,42,205). Sum of RGB (Red+Green+Blue) = 170+42+205=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACD is #55D532. Grayscale: #626262. Windows color (decimal): -5625139 or 13445802. OLE color: 13445802.
HSL color Cylindrical-coordinate representation of color #AA2ACD: hue angle of 287.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2ACD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 42 | 205 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.20 |
| HSL | 287.12º | 0.66% | 0.48% | - |
| HSV(B) | 287.12º | 0.8% | 0.8% | - |
| XYZ | 28.42 | 14.61 | 59.08 | - |
| YUV | 98.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 205 | 0.17 | 0.80 | 0 | 0.20 | 287.12 | 0.66 | 0.48 |
| Hex | AA | 2A | CD | 11 | 50 | 0 | 14 | 11F | 42 | 30 |
| Octal | 252 | 52 | 315 | 21 | 120 | 0 | 24 | 437 | 102 | 60 |
| Binary | 10101010 | 101010 | 11001101 | 10001 | 1010000 | 0 | 10100 | 100011111 | 1000010 | 110000 |
Color Harmonies of #AA2ACD
Complementary color
Monochromatic Colors of #AA2ACD
Black with #AA2ACD
Text Example
Text Example
White with #AA2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ACD; }
p { color: rgb(170,42,205); }
H1.HeaderClassName
{
color: #AA2ACD;
}
.AnyTagClassName
{
color: #AA2ACD;
}
</style>
background-color css
<style>
a { background-color: #AA2ACD; }
a { background-color: rgb(170,42,205); }
div.DivClassName
{
background-color: #AA2ACD;
}
.BgClassName
{
background-color: #AA2ACD;
}
</style>
border-color css
<style>
span { border-color: #AA2ACD; }
span { border-color: rgb(170,42,205); }
td.TdClassName
{
border-color: #AA2ACD;
}
.TagClassName
{
border-color: #AA2ACD;
}
</style>