Shades of Dark Orchid #AA30BB
Tints of Dark Orchid #AA30BB
RGB
CMYK
RGB Variations
Color information
#AA30BB (or 0xAA30BB) is known color: Dark Orchid. HEX triplet: AA, 30 and BB. RGB value is (170,48,187). Sum of RGB (Red+Green+Blue) = 170+48+187=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA30BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BB is #55CF44. Grayscale: #636363. Windows color (decimal): -5623621 or 12267690. OLE color: 12267690.
HSL color Cylindrical-coordinate representation of color #AA30BB: hue angle of 292.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA30BB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 48 | 187 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.27 |
| HSL | 292.66º | 0.59% | 0.46% | - |
| HSV(B) | 292.66º | 0.74% | 0.73% | - |
| XYZ | 26.6 | 14.25 | 48.36 | - |
| YUV | 100.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 187 | 0.09 | 0.74 | 0 | 0.27 | 292.66 | 0.59 | 0.46 |
| Hex | AA | 30 | BB | 9 | 4A | 0 | 1B | 125 | 3B | 2E |
| Octal | 252 | 60 | 273 | 11 | 112 | 0 | 33 | 445 | 73 | 56 |
| Binary | 10101010 | 110000 | 10111011 | 1001 | 1001010 | 0 | 11011 | 100100101 | 111011 | 101110 |
Color Harmonies of #AA30BB
Complementary color
Monochromatic Colors of #AA30BB
Black with #AA30BB
Text Example
Text Example
White with #AA30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30BB; }
p { color: rgb(170,48,187); }
H1.HeaderClassName
{
color: #AA30BB;
}
.AnyTagClassName
{
color: #AA30BB;
}
</style>
background-color css
<style>
a { background-color: #AA30BB; }
a { background-color: rgb(170,48,187); }
div.DivClassName
{
background-color: #AA30BB;
}
.BgClassName
{
background-color: #AA30BB;
}
</style>
border-color css
<style>
span { border-color: #AA30BB; }
span { border-color: rgb(170,48,187); }
td.TdClassName
{
border-color: #AA30BB;
}
.TagClassName
{
border-color: #AA30BB;
}
</style>