Shades of Dark Orchid #AA30E6
Tints of Dark Orchid #AA30E6
RGB
CMYK
RGB Variations
Color information
#AA30E6 (or 0xAA30E6) is known color: Dark Orchid. HEX triplet: AA, 30 and E6. RGB value is (170,48,230). Sum of RGB (Red+Green+Blue) = 170+48+230=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA30E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30E6 is #55CF19. Grayscale: #686868. Windows color (decimal): -5623578 or 15085738. OLE color: 15085738.
HSL color Cylindrical-coordinate representation of color #AA30E6: hue angle of 280.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA30E6 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 48 | 230 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.10 |
| HSL | 280.22º | 0.78% | 0.55% | - |
| HSV(B) | 280.22º | 0.79% | 0.9% | - |
| XYZ | 31.92 | 16.37 | 76.34 | - |
| YUV | 105.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 230 | 0.26 | 0.79 | 0 | 0.10 | 280.22 | 0.78 | 0.55 |
| Hex | AA | 30 | E6 | 1A | 4F | 0 | A | 118 | 4E | 37 |
| Octal | 252 | 60 | 346 | 32 | 117 | 0 | 12 | 430 | 116 | 67 |
| Binary | 10101010 | 110000 | 11100110 | 11010 | 1001111 | 0 | 1010 | 100011000 | 1001110 | 110111 |
Color Harmonies of #AA30E6
Complementary color
Monochromatic Colors of #AA30E6
Black with #AA30E6
Text Example
Text Example
White with #AA30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30E6; }
p { color: rgb(170,48,230); }
H1.HeaderClassName
{
color: #AA30E6;
}
.AnyTagClassName
{
color: #AA30E6;
}
</style>
background-color css
<style>
a { background-color: #AA30E6; }
a { background-color: rgb(170,48,230); }
div.DivClassName
{
background-color: #AA30E6;
}
.BgClassName
{
background-color: #AA30E6;
}
</style>
border-color css
<style>
span { border-color: #AA30E6; }
span { border-color: rgb(170,48,230); }
td.TdClassName
{
border-color: #AA30E6;
}
.TagClassName
{
border-color: #AA30E6;
}
</style>