Shades of Dark Orchid #AA2ADC
Tints of Dark Orchid #AA2ADC
RGB
CMYK
RGB Variations
Color information
#AA2ADC (or 0xAA2ADC) is known color: Dark Orchid. HEX triplet: AA, 2A and DC. RGB value is (170,42,220). Sum of RGB (Red+Green+Blue) = 170+42+220=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ADC is #55D523. Grayscale: #636363. Windows color (decimal): -5625124 or 14428842. OLE color: 14428842.
HSL color Cylindrical-coordinate representation of color #AA2ADC: hue angle of 283.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2ADC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 42 | 220 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.14 |
| HSL | 283.15º | 0.72% | 0.51% | - |
| HSV(B) | 283.15º | 0.81% | 0.86% | - |
| XYZ | 30.32 | 15.37 | 69.08 | - |
| YUV | 100.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 220 | 0.23 | 0.81 | 0 | 0.14 | 283.15 | 0.72 | 0.51 |
| Hex | AA | 2A | DC | 17 | 51 | 0 | E | 11B | 48 | 33 |
| Octal | 252 | 52 | 334 | 27 | 121 | 0 | 16 | 433 | 110 | 63 |
| Binary | 10101010 | 101010 | 11011100 | 10111 | 1010001 | 0 | 1110 | 100011011 | 1001000 | 110011 |
Color Harmonies of #AA2ADC
Complementary color
Monochromatic Colors of #AA2ADC
Black with #AA2ADC
Text Example
Text Example
White with #AA2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ADC; }
p { color: rgb(170,42,220); }
H1.HeaderClassName
{
color: #AA2ADC;
}
.AnyTagClassName
{
color: #AA2ADC;
}
</style>
background-color css
<style>
a { background-color: #AA2ADC; }
a { background-color: rgb(170,42,220); }
div.DivClassName
{
background-color: #AA2ADC;
}
.BgClassName
{
background-color: #AA2ADC;
}
</style>
border-color css
<style>
span { border-color: #AA2ADC; }
span { border-color: rgb(170,42,220); }
td.TdClassName
{
border-color: #AA2ADC;
}
.TagClassName
{
border-color: #AA2ADC;
}
</style>