Shades of Violet Blue #AA33A5
Tints of Violet Blue #AA33A5
RGB
CMYK
RGB Variations
Color information
#AA33A5 (or 0xAA33A5) is known color: Violet Blue. HEX triplet: AA, 33 and A5. RGB value is (170,51,165). Sum of RGB (Red+Green+Blue) = 170+51+165=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA33A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33A5 is #55CC5A. Grayscale: #636363. Windows color (decimal): -5622875 or 10826666. OLE color: 10826666.
HSL color Cylindrical-coordinate representation of color #AA33A5: hue angle of 302.52º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA33A5 is Cyan = 0, Magento = 0.7, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 165 | - |
| CMYK | 0 | 0.7 | 0.03 | 0.33 |
| HSL | 302.52º | 0.54% | 0.43% | - |
| HSV(B) | 302.52º | 0.7% | 0.67% | - |
| XYZ | 24.55 | 13.63 | 36.93 | - |
| YUV | 99.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 165 | 0 | 0.7 | 0.03 | 0.33 | 302.52 | 0.54 | 0.43 |
| Hex | AA | 33 | A5 | 0 | 46 | 3 | 21 | 12F | 36 | 2B |
| Octal | 252 | 63 | 245 | 0 | 106 | 3 | 41 | 457 | 66 | 53 |
| Binary | 10101010 | 110011 | 10100101 | 0 | 1000110 | 11 | 100001 | 100101111 | 110110 | 101011 |
Color Harmonies of #AA33A5
Complementary color
Monochromatic Colors of #AA33A5
Black with #AA33A5
Text Example
Text Example
White with #AA33A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA33A5; }
p { color: rgb(170,51,165); }
H1.HeaderClassName
{
color: #AA33A5;
}
.AnyTagClassName
{
color: #AA33A5;
}
</style>
background-color css
<style>
a { background-color: #AA33A5; }
a { background-color: rgb(170,51,165); }
div.DivClassName
{
background-color: #AA33A5;
}
.BgClassName
{
background-color: #AA33A5;
}
</style>
border-color css
<style>
span { border-color: #AA33A5; }
span { border-color: rgb(170,51,165); }
td.TdClassName
{
border-color: #AA33A5;
}
.TagClassName
{
border-color: #AA33A5;
}
</style>