Shades of Dark Orchid #AA30DD
Tints of Dark Orchid #AA30DD
RGB
CMYK
RGB Variations
Color information
#AA30DD (or 0xAA30DD) is known color: Dark Orchid. HEX triplet: AA, 30 and DD. RGB value is (170,48,221). Sum of RGB (Red+Green+Blue) = 170+48+221=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30DD is #55CF22. Grayscale: #676767. Windows color (decimal): -5623587 or 14495914. OLE color: 14495914.
HSL color Cylindrical-coordinate representation of color #AA30DD: hue angle of 282.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30DD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 48 | 221 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.13 |
| HSL | 282.31º | 0.72% | 0.53% | - |
| HSV(B) | 282.31º | 0.78% | 0.87% | - |
| XYZ | 30.69 | 15.88 | 69.85 | - |
| YUV | 104.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 221 | 0.23 | 0.78 | 0 | 0.13 | 282.31 | 0.72 | 0.53 |
| Hex | AA | 30 | DD | 17 | 4E | 0 | D | 11A | 48 | 35 |
| Octal | 252 | 60 | 335 | 27 | 116 | 0 | 15 | 432 | 110 | 65 |
| Binary | 10101010 | 110000 | 11011101 | 10111 | 1001110 | 0 | 1101 | 100011010 | 1001000 | 110101 |
Color Harmonies of #AA30DD
Complementary color
Monochromatic Colors of #AA30DD
Black with #AA30DD
Text Example
Text Example
White with #AA30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30DD; }
p { color: rgb(170,48,221); }
H1.HeaderClassName
{
color: #AA30DD;
}
.AnyTagClassName
{
color: #AA30DD;
}
</style>
background-color css
<style>
a { background-color: #AA30DD; }
a { background-color: rgb(170,48,221); }
div.DivClassName
{
background-color: #AA30DD;
}
.BgClassName
{
background-color: #AA30DD;
}
</style>
border-color css
<style>
span { border-color: #AA30DD; }
span { border-color: rgb(170,48,221); }
td.TdClassName
{
border-color: #AA30DD;
}
.TagClassName
{
border-color: #AA30DD;
}
</style>