Shades of Dark Orchid #AA30DC
Tints of Dark Orchid #AA30DC
RGB
CMYK
RGB Variations
Color information
#AA30DC (or 0xAA30DC) is known color: Dark Orchid. HEX triplet: AA, 30 and DC. RGB value is (170,48,220). Sum of RGB (Red+Green+Blue) = 170+48+220=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA30DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30DC is #55CF23. Grayscale: #676767. Windows color (decimal): -5623588 or 14430378. OLE color: 14430378.
HSL color Cylindrical-coordinate representation of color #AA30DC: hue angle of 282.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30DC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 48 | 220 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.14 |
| HSL | 282.56º | 0.71% | 0.53% | - |
| HSV(B) | 282.56º | 0.78% | 0.86% | - |
| XYZ | 30.55 | 15.83 | 69.15 | - |
| YUV | 104.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 220 | 0.23 | 0.78 | 0 | 0.14 | 282.56 | 0.71 | 0.53 |
| Hex | AA | 30 | DC | 17 | 4E | 0 | E | 11B | 47 | 35 |
| Octal | 252 | 60 | 334 | 27 | 116 | 0 | 16 | 433 | 107 | 65 |
| Binary | 10101010 | 110000 | 11011100 | 10111 | 1001110 | 0 | 1110 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AA30DC
Complementary color
Monochromatic Colors of #AA30DC
Black with #AA30DC
Text Example
Text Example
White with #AA30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30DC; }
p { color: rgb(170,48,220); }
H1.HeaderClassName
{
color: #AA30DC;
}
.AnyTagClassName
{
color: #AA30DC;
}
</style>
background-color css
<style>
a { background-color: #AA30DC; }
a { background-color: rgb(170,48,220); }
div.DivClassName
{
background-color: #AA30DC;
}
.BgClassName
{
background-color: #AA30DC;
}
</style>
border-color css
<style>
span { border-color: #AA30DC; }
span { border-color: rgb(170,48,220); }
td.TdClassName
{
border-color: #AA30DC;
}
.TagClassName
{
border-color: #AA30DC;
}
</style>