Shades of Dark Orchid #AA30DA
Tints of Dark Orchid #AA30DA
RGB
CMYK
RGB Variations
Color information
#AA30DA (or 0xAA30DA) is known color: Dark Orchid. HEX triplet: AA, 30 and DA. RGB value is (170,48,218). Sum of RGB (Red+Green+Blue) = 170+48+218=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA30DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30DA is #55CF25. Grayscale: #676767. Windows color (decimal): -5623590 or 14299306. OLE color: 14299306.
HSL color Cylindrical-coordinate representation of color #AA30DA: hue angle of 283.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30DA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 48 | 218 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.15 |
| HSL | 283.06º | 0.7% | 0.52% | - |
| HSV(B) | 283.06º | 0.78% | 0.85% | - |
| XYZ | 30.29 | 15.72 | 67.77 | - |
| YUV | 103.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 218 | 0.22 | 0.78 | 0 | 0.15 | 283.06 | 0.7 | 0.52 |
| Hex | AA | 30 | DA | 16 | 4E | 0 | F | 11B | 46 | 34 |
| Octal | 252 | 60 | 332 | 26 | 116 | 0 | 17 | 433 | 106 | 64 |
| Binary | 10101010 | 110000 | 11011010 | 10110 | 1001110 | 0 | 1111 | 100011011 | 1000110 | 110100 |
Color Harmonies of #AA30DA
Complementary color
Monochromatic Colors of #AA30DA
Black with #AA30DA
Text Example
Text Example
White with #AA30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30DA; }
p { color: rgb(170,48,218); }
H1.HeaderClassName
{
color: #AA30DA;
}
.AnyTagClassName
{
color: #AA30DA;
}
</style>
background-color css
<style>
a { background-color: #AA30DA; }
a { background-color: rgb(170,48,218); }
div.DivClassName
{
background-color: #AA30DA;
}
.BgClassName
{
background-color: #AA30DA;
}
</style>
border-color css
<style>
span { border-color: #AA30DA; }
span { border-color: rgb(170,48,218); }
td.TdClassName
{
border-color: #AA30DA;
}
.TagClassName
{
border-color: #AA30DA;
}
</style>