Shades of Dark Orchid #AA33BA
Tints of Dark Orchid #AA33BA
RGB
CMYK
RGB Variations
Color information
#AA33BA (or 0xAA33BA) is known color: Dark Orchid. HEX triplet: AA, 33 and BA. RGB value is (170,51,186). Sum of RGB (Red+Green+Blue) = 170+51+186=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BA is #55CC45. Grayscale: #656565. Windows color (decimal): -5622854 or 12202922. OLE color: 12202922.
HSL color Cylindrical-coordinate representation of color #AA33BA: hue angle of 292.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA33BA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 51 | 186 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.27 |
| HSL | 292.89º | 0.57% | 0.46% | - |
| HSV(B) | 292.89º | 0.73% | 0.73% | - |
| XYZ | 26.62 | 14.46 | 47.84 | - |
| YUV | 101.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 186 | 0.09 | 0.73 | 0 | 0.27 | 292.89 | 0.57 | 0.46 |
| Hex | AA | 33 | BA | 9 | 49 | 0 | 1B | 125 | 39 | 2E |
| Octal | 252 | 63 | 272 | 11 | 111 | 0 | 33 | 445 | 71 | 56 |
| Binary | 10101010 | 110011 | 10111010 | 1001 | 1001001 | 0 | 11011 | 100100101 | 111001 | 101110 |
Color Harmonies of #AA33BA
Complementary color
Monochromatic Colors of #AA33BA
Black with #AA33BA
Text Example
Text Example
White with #AA33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33BA; }
p { color: rgb(170,51,186); }
H1.HeaderClassName
{
color: #AA33BA;
}
.AnyTagClassName
{
color: #AA33BA;
}
</style>
background-color css
<style>
a { background-color: #AA33BA; }
a { background-color: rgb(170,51,186); }
div.DivClassName
{
background-color: #AA33BA;
}
.BgClassName
{
background-color: #AA33BA;
}
</style>
border-color css
<style>
span { border-color: #AA33BA; }
span { border-color: rgb(170,51,186); }
td.TdClassName
{
border-color: #AA33BA;
}
.TagClassName
{
border-color: #AA33BA;
}
</style>