Shades of Dark Orchid #AA30BE
Tints of Dark Orchid #AA30BE
RGB
CMYK
RGB Variations
Color information
#AA30BE (or 0xAA30BE) is known color: Dark Orchid. HEX triplet: AA, 30 and BE. RGB value is (170,48,190). Sum of RGB (Red+Green+Blue) = 170+48+190=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BE is #55CF41. Grayscale: #646464. Windows color (decimal): -5623618 or 12464298. OLE color: 12464298.
HSL color Cylindrical-coordinate representation of color #AA30BE: hue angle of 291.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA30BE is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 48 | 190 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.25 |
| HSL | 291.55º | 0.6% | 0.47% | - |
| HSV(B) | 291.55º | 0.75% | 0.75% | - |
| XYZ | 26.93 | 14.38 | 50.07 | - |
| YUV | 100.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 190 | 0.11 | 0.75 | 0 | 0.25 | 291.55 | 0.6 | 0.47 |
| Hex | AA | 30 | BE | B | 4B | 0 | 19 | 124 | 3C | 2F |
| Octal | 252 | 60 | 276 | 13 | 113 | 0 | 31 | 444 | 74 | 57 |
| Binary | 10101010 | 110000 | 10111110 | 1011 | 1001011 | 0 | 11001 | 100100100 | 111100 | 101111 |
Color Harmonies of #AA30BE
Complementary color
Monochromatic Colors of #AA30BE
Black with #AA30BE
Text Example
Text Example
White with #AA30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30BE; }
p { color: rgb(170,48,190); }
H1.HeaderClassName
{
color: #AA30BE;
}
.AnyTagClassName
{
color: #AA30BE;
}
</style>
background-color css
<style>
a { background-color: #AA30BE; }
a { background-color: rgb(170,48,190); }
div.DivClassName
{
background-color: #AA30BE;
}
.BgClassName
{
background-color: #AA30BE;
}
</style>
border-color css
<style>
span { border-color: #AA30BE; }
span { border-color: rgb(170,48,190); }
td.TdClassName
{
border-color: #AA30BE;
}
.TagClassName
{
border-color: #AA30BE;
}
</style>