Shades of Violet Blue #AA36AA
Tints of Violet Blue #AA36AA
RGB
CMYK
RGB Variations
Color information
#AA36AA (or 0xAA36AA) is known color: Violet Blue. HEX triplet: AA, 36 and AA. RGB value is (170,54,170). Sum of RGB (Red+Green+Blue) = 170+54+170=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36AA is #55C955. Grayscale: #656565. Windows color (decimal): -5622102 or 11155114. OLE color: 11155114.
HSL color Cylindrical-coordinate representation of color #AA36AA: hue angle of 300º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA36AA is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 170 | - |
| CMYK | 0 | 0.68 | 0 | 0.33 |
| HSL | 300º | 0.52% | 0.44% | - |
| HSV(B) | 300º | 0.68% | 0.67% | - |
| XYZ | 25.15 | 14.09 | 39.42 | - |
| YUV | 101.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 170 | 0 | 0.68 | 0 | 0.33 | 300 | 0.52 | 0.44 |
| Hex | AA | 36 | AA | 0 | 44 | 0 | 21 | 12C | 34 | 2C |
| Octal | 252 | 66 | 252 | 0 | 104 | 0 | 41 | 454 | 64 | 54 |
| Binary | 10101010 | 110110 | 10101010 | 0 | 1000100 | 0 | 100001 | 100101100 | 110100 | 101100 |
Color Harmonies of #AA36AA
Complementary color
Monochromatic Colors of #AA36AA
Black with #AA36AA
Text Example
Text Example
White with #AA36AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36AA; }
p { color: rgb(170,54,170); }
H1.HeaderClassName
{
color: #AA36AA;
}
.AnyTagClassName
{
color: #AA36AA;
}
</style>
background-color css
<style>
a { background-color: #AA36AA; }
a { background-color: rgb(170,54,170); }
div.DivClassName
{
background-color: #AA36AA;
}
.BgClassName
{
background-color: #AA36AA;
}
</style>
border-color css
<style>
span { border-color: #AA36AA; }
span { border-color: rgb(170,54,170); }
td.TdClassName
{
border-color: #AA36AA;
}
.TagClassName
{
border-color: #AA36AA;
}
</style>