Shades of Violet Blue #AA45A0
Tints of Violet Blue #AA45A0
RGB
CMYK
RGB Variations
Color information
#AA45A0 (or 0xAA45A0) is known color: Violet Blue. HEX triplet: AA, 45 and A0. RGB value is (170,69,160). Sum of RGB (Red+Green+Blue) = 170+69+160=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA45A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA45A0 is #55BA5F. Grayscale: #6D6D6D. Windows color (decimal): -5618272 or 10503594. OLE color: 10503594.
HSL color Cylindrical-coordinate representation of color #AA45A0: hue angle of 305.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA45A0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 160 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.33 |
| HSL | 305.94º | 0.42% | 0.47% | - |
| HSV(B) | 305.94º | 0.59% | 0.67% | - |
| XYZ | 25.05 | 15.34 | 34.9 | - |
| YUV | 109.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 160 | 0 | 0.59 | 0.06 | 0.33 | 305.94 | 0.42 | 0.47 |
| Hex | AA | 45 | A0 | 0 | 3B | 6 | 21 | 132 | 2A | 2F |
| Octal | 252 | 105 | 240 | 0 | 73 | 6 | 41 | 462 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10100000 | 0 | 111011 | 110 | 100001 | 100110010 | 101010 | 101111 |
Color Harmonies of #AA45A0
Complementary color
Monochromatic Colors of #AA45A0
Black with #AA45A0
Text Example
Text Example
White with #AA45A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45A0; }
p { color: rgb(170,69,160); }
H1.HeaderClassName
{
color: #AA45A0;
}
.AnyTagClassName
{
color: #AA45A0;
}
</style>
background-color css
<style>
a { background-color: #AA45A0; }
a { background-color: rgb(170,69,160); }
div.DivClassName
{
background-color: #AA45A0;
}
.BgClassName
{
background-color: #AA45A0;
}
</style>
border-color css
<style>
span { border-color: #AA45A0; }
span { border-color: rgb(170,69,160); }
td.TdClassName
{
border-color: #AA45A0;
}
.TagClassName
{
border-color: #AA45A0;
}
</style>