Shades of Violet Blue #AA36A8
Tints of Violet Blue #AA36A8
RGB
CMYK
RGB Variations
Color information
#AA36A8 (or 0xAA36A8) is known color: Violet Blue. HEX triplet: AA, 36 and A8. RGB value is (170,54,168). Sum of RGB (Red+Green+Blue) = 170+54+168=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A8 is #55C957. Grayscale: #656565. Windows color (decimal): -5622104 or 11024042. OLE color: 11024042.
HSL color Cylindrical-coordinate representation of color #AA36A8: hue angle of 301.03º 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 #AA36A8 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 168 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.33 |
| HSL | 301.03º | 0.52% | 0.44% | - |
| HSV(B) | 301.03º | 0.68% | 0.67% | - |
| XYZ | 24.96 | 14.01 | 38.43 | - |
| YUV | 101.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 168 | 0 | 0.68 | 0.01 | 0.33 | 301.03 | 0.52 | 0.44 |
| Hex | AA | 36 | A8 | 0 | 44 | 1 | 21 | 12D | 34 | 2C |
| Octal | 252 | 66 | 250 | 0 | 104 | 1 | 41 | 455 | 64 | 54 |
| Binary | 10101010 | 110110 | 10101000 | 0 | 1000100 | 1 | 100001 | 100101101 | 110100 | 101100 |
Color Harmonies of #AA36A8
Complementary color
Monochromatic Colors of #AA36A8
Black with #AA36A8
Text Example
Text Example
White with #AA36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA36A8; }
p { color: rgb(170,54,168); }
H1.HeaderClassName
{
color: #AA36A8;
}
.AnyTagClassName
{
color: #AA36A8;
}
</style>
background-color css
<style>
a { background-color: #AA36A8; }
a { background-color: rgb(170,54,168); }
div.DivClassName
{
background-color: #AA36A8;
}
.BgClassName
{
background-color: #AA36A8;
}
</style>
border-color css
<style>
span { border-color: #AA36A8; }
span { border-color: rgb(170,54,168); }
td.TdClassName
{
border-color: #AA36A8;
}
.TagClassName
{
border-color: #AA36A8;
}
</style>