Shades of Dark Orchid #AA30D6
Tints of Dark Orchid #AA30D6
RGB
CMYK
RGB Variations
Color information
#AA30D6 (or 0xAA30D6) is known color: Dark Orchid. HEX triplet: AA, 30 and D6. RGB value is (170,48,214). Sum of RGB (Red+Green+Blue) = 170+48+214=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA30D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30D6 is #55CF29. Grayscale: #666666. Windows color (decimal): -5623594 or 14037162. OLE color: 14037162.
HSL color Cylindrical-coordinate representation of color #AA30D6: hue angle of 284.1º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30D6 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 48 | 214 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.16 |
| HSL | 284.1º | 0.67% | 0.51% | - |
| HSV(B) | 284.1º | 0.78% | 0.84% | - |
| XYZ | 29.77 | 15.51 | 65.04 | - |
| YUV | 103.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 214 | 0.21 | 0.78 | 0 | 0.16 | 284.1 | 0.67 | 0.51 |
| Hex | AA | 30 | D6 | 15 | 4E | 0 | 10 | 11C | 43 | 33 |
| Octal | 252 | 60 | 326 | 25 | 116 | 0 | 20 | 434 | 103 | 63 |
| Binary | 10101010 | 110000 | 11010110 | 10101 | 1001110 | 0 | 10000 | 100011100 | 1000011 | 110011 |
Color Harmonies of #AA30D6
Complementary color
Monochromatic Colors of #AA30D6
Black with #AA30D6
Text Example
Text Example
White with #AA30D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30D6; }
p { color: rgb(170,48,214); }
H1.HeaderClassName
{
color: #AA30D6;
}
.AnyTagClassName
{
color: #AA30D6;
}
</style>
background-color css
<style>
a { background-color: #AA30D6; }
a { background-color: rgb(170,48,214); }
div.DivClassName
{
background-color: #AA30D6;
}
.BgClassName
{
background-color: #AA30D6;
}
</style>
border-color css
<style>
span { border-color: #AA30D6; }
span { border-color: rgb(170,48,214); }
td.TdClassName
{
border-color: #AA30D6;
}
.TagClassName
{
border-color: #AA30D6;
}
</style>