Shades of Dark Orchid #AA30B9
Tints of Dark Orchid #AA30B9
RGB
CMYK
RGB Variations
Color information
#AA30B9 (or 0xAA30B9) is known color: Dark Orchid. HEX triplet: AA, 30 and B9. RGB value is (170,48,185). Sum of RGB (Red+Green+Blue) = 170+48+185=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA30B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30B9 is #55CF46. Grayscale: #636363. Windows color (decimal): -5623623 or 12136618. OLE color: 12136618.
HSL color Cylindrical-coordinate representation of color #AA30B9: hue angle of 293.43º 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 #AA30B9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 48 | 185 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.27 |
| HSL | 293.43º | 0.59% | 0.46% | - |
| HSV(B) | 293.43º | 0.74% | 0.73% | - |
| XYZ | 26.39 | 14.16 | 47.24 | - |
| YUV | 100.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 185 | 0.08 | 0.74 | 0 | 0.27 | 293.43 | 0.59 | 0.46 |
| Hex | AA | 30 | B9 | 8 | 4A | 0 | 1B | 125 | 3B | 2E |
| Octal | 252 | 60 | 271 | 10 | 112 | 0 | 33 | 445 | 73 | 56 |
| Binary | 10101010 | 110000 | 10111001 | 1000 | 1001010 | 0 | 11011 | 100100101 | 111011 | 101110 |
Color Harmonies of #AA30B9
Complementary color
Monochromatic Colors of #AA30B9
Black with #AA30B9
Text Example
Text Example
White with #AA30B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30B9; }
p { color: rgb(170,48,185); }
H1.HeaderClassName
{
color: #AA30B9;
}
.AnyTagClassName
{
color: #AA30B9;
}
</style>
background-color css
<style>
a { background-color: #AA30B9; }
a { background-color: rgb(170,48,185); }
div.DivClassName
{
background-color: #AA30B9;
}
.BgClassName
{
background-color: #AA30B9;
}
</style>
border-color css
<style>
span { border-color: #AA30B9; }
span { border-color: rgb(170,48,185); }
td.TdClassName
{
border-color: #AA30B9;
}
.TagClassName
{
border-color: #AA30B9;
}
</style>