Shades of Dark Orchid #AA2AD3
Tints of Dark Orchid #AA2AD3
RGB
CMYK
RGB Variations
Color information
#AA2AD3 (or 0xAA2AD3) is known color: Dark Orchid. HEX triplet: AA, 2A and D3. RGB value is (170,42,211). Sum of RGB (Red+Green+Blue) = 170+42+211=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA2AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2AD3 is #55D52C. Grayscale: #626262. Windows color (decimal): -5625133 or 13839018. OLE color: 13839018.
HSL color Cylindrical-coordinate representation of color #AA2AD3: hue angle of 285.44º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2AD3 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 42 | 211 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.17 |
| HSL | 285.44º | 0.67% | 0.5% | - |
| HSV(B) | 285.44º | 0.8% | 0.83% | - |
| XYZ | 29.16 | 14.91 | 62.97 | - |
| YUV | 99.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 211 | 0.19 | 0.80 | 0 | 0.17 | 285.44 | 0.67 | 0.5 |
| Hex | AA | 2A | D3 | 13 | 50 | 0 | 11 | 11D | 43 | 32 |
| Octal | 252 | 52 | 323 | 23 | 120 | 0 | 21 | 435 | 103 | 62 |
| Binary | 10101010 | 101010 | 11010011 | 10011 | 1010000 | 0 | 10001 | 100011101 | 1000011 | 110010 |
Color Harmonies of #AA2AD3
Complementary color
Monochromatic Colors of #AA2AD3
Black with #AA2AD3
Text Example
Text Example
White with #AA2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AD3; }
p { color: rgb(170,42,211); }
H1.HeaderClassName
{
color: #AA2AD3;
}
.AnyTagClassName
{
color: #AA2AD3;
}
</style>
background-color css
<style>
a { background-color: #AA2AD3; }
a { background-color: rgb(170,42,211); }
div.DivClassName
{
background-color: #AA2AD3;
}
.BgClassName
{
background-color: #AA2AD3;
}
</style>
border-color css
<style>
span { border-color: #AA2AD3; }
span { border-color: rgb(170,42,211); }
td.TdClassName
{
border-color: #AA2AD3;
}
.TagClassName
{
border-color: #AA2AD3;
}
</style>