Shades of Dark Orchid #AA3BBE
Tints of Dark Orchid #AA3BBE
RGB
CMYK
RGB Variations
Color information
#AA3BBE (or 0xAA3BBE) is known color: Dark Orchid. HEX triplet: AA, 3B and BE. RGB value is (170,59,190). Sum of RGB (Red+Green+Blue) = 170+59+190=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BBE is #55C441. Grayscale: #6A6A6A. Windows color (decimal): -5620802 or 12467114. OLE color: 12467114.
HSL color Cylindrical-coordinate representation of color #AA3BBE: hue angle of 290.84º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3BBE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 59 | 190 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.25 |
| HSL | 290.84º | 0.53% | 0.49% | - |
| HSV(B) | 290.84º | 0.69% | 0.75% | - |
| XYZ | 27.44 | 15.39 | 50.24 | - |
| YUV | 107.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 190 | 0.11 | 0.69 | 0 | 0.25 | 290.84 | 0.53 | 0.49 |
| Hex | AA | 3B | BE | B | 45 | 0 | 19 | 123 | 35 | 31 |
| Octal | 252 | 73 | 276 | 13 | 105 | 0 | 31 | 443 | 65 | 61 |
| Binary | 10101010 | 111011 | 10111110 | 1011 | 1000101 | 0 | 11001 | 100100011 | 110101 | 110001 |
Color Harmonies of #AA3BBE
Complementary color
Monochromatic Colors of #AA3BBE
Black with #AA3BBE
Text Example
Text Example
White with #AA3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BBE; }
p { color: rgb(170,59,190); }
H1.HeaderClassName
{
color: #AA3BBE;
}
.AnyTagClassName
{
color: #AA3BBE;
}
</style>
background-color css
<style>
a { background-color: #AA3BBE; }
a { background-color: rgb(170,59,190); }
div.DivClassName
{
background-color: #AA3BBE;
}
.BgClassName
{
background-color: #AA3BBE;
}
</style>
border-color css
<style>
span { border-color: #AA3BBE; }
span { border-color: rgb(170,59,190); }
td.TdClassName
{
border-color: #AA3BBE;
}
.TagClassName
{
border-color: #AA3BBE;
}
</style>