Shades of Dark Orchid #AA30D7
Tints of Dark Orchid #AA30D7
RGB
CMYK
RGB Variations
Color information
#AA30D7 (or 0xAA30D7) is known color: Dark Orchid. HEX triplet: AA, 30 and D7. RGB value is (170,48,215). Sum of RGB (Red+Green+Blue) = 170+48+215=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA30D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30D7 is #55CF28. Grayscale: #666666. Windows color (decimal): -5623593 or 14102698. OLE color: 14102698.
HSL color Cylindrical-coordinate representation of color #AA30D7: hue angle of 283.83º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30D7 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 48 | 215 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.16 |
| HSL | 283.83º | 0.68% | 0.52% | - |
| HSV(B) | 283.83º | 0.78% | 0.84% | - |
| XYZ | 29.9 | 15.57 | 65.72 | - |
| YUV | 103.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 215 | 0.21 | 0.78 | 0 | 0.16 | 283.83 | 0.68 | 0.52 |
| Hex | AA | 30 | D7 | 15 | 4E | 0 | 10 | 11C | 44 | 34 |
| Octal | 252 | 60 | 327 | 25 | 116 | 0 | 20 | 434 | 104 | 64 |
| Binary | 10101010 | 110000 | 11010111 | 10101 | 1001110 | 0 | 10000 | 100011100 | 1000100 | 110100 |
Color Harmonies of #AA30D7
Complementary color
Monochromatic Colors of #AA30D7
Black with #AA30D7
Text Example
Text Example
White with #AA30D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30D7; }
p { color: rgb(170,48,215); }
H1.HeaderClassName
{
color: #AA30D7;
}
.AnyTagClassName
{
color: #AA30D7;
}
</style>
background-color css
<style>
a { background-color: #AA30D7; }
a { background-color: rgb(170,48,215); }
div.DivClassName
{
background-color: #AA30D7;
}
.BgClassName
{
background-color: #AA30D7;
}
</style>
border-color css
<style>
span { border-color: #AA30D7; }
span { border-color: rgb(170,48,215); }
td.TdClassName
{
border-color: #AA30D7;
}
.TagClassName
{
border-color: #AA30D7;
}
</style>