Shades of Dark Orchid #AA30D0
Tints of Dark Orchid #AA30D0
RGB
CMYK
RGB Variations
Color information
#AA30D0 (or 0xAA30D0) is known color: Dark Orchid. HEX triplet: AA, 30 and D0. RGB value is (170,48,208). Sum of RGB (Red+Green+Blue) = 170+48+208=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA30D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30D0 is #55CF2F. Grayscale: #666666. Windows color (decimal): -5623600 or 13643946. OLE color: 13643946.
HSL color Cylindrical-coordinate representation of color #AA30D0: hue angle of 285.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA30D0 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 48 | 208 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.18 |
| HSL | 285.75º | 0.63% | 0.5% | - |
| HSV(B) | 285.75º | 0.77% | 0.82% | - |
| XYZ | 29.02 | 15.21 | 61.08 | - |
| YUV | 102.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 208 | 0.18 | 0.77 | 0 | 0.18 | 285.75 | 0.63 | 0.5 |
| Hex | AA | 30 | D0 | 12 | 4D | 0 | 12 | 11E | 3F | 32 |
| Octal | 252 | 60 | 320 | 22 | 115 | 0 | 22 | 436 | 77 | 62 |
| Binary | 10101010 | 110000 | 11010000 | 10010 | 1001101 | 0 | 10010 | 100011110 | 111111 | 110010 |
Color Harmonies of #AA30D0
Complementary color
Monochromatic Colors of #AA30D0
Black with #AA30D0
Text Example
Text Example
White with #AA30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30D0; }
p { color: rgb(170,48,208); }
H1.HeaderClassName
{
color: #AA30D0;
}
.AnyTagClassName
{
color: #AA30D0;
}
</style>
background-color css
<style>
a { background-color: #AA30D0; }
a { background-color: rgb(170,48,208); }
div.DivClassName
{
background-color: #AA30D0;
}
.BgClassName
{
background-color: #AA30D0;
}
</style>
border-color css
<style>
span { border-color: #AA30D0; }
span { border-color: rgb(170,48,208); }
td.TdClassName
{
border-color: #AA30D0;
}
.TagClassName
{
border-color: #AA30D0;
}
</style>