Shades of Violet Blue #AA45A8
Tints of Violet Blue #AA45A8
RGB
CMYK
RGB Variations
Color information
#AA45A8 (or 0xAA45A8) is known color: Violet Blue. HEX triplet: AA, 45 and A8. RGB value is (170,69,168). Sum of RGB (Red+Green+Blue) = 170+69+168=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA45A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA45A8 is #55BA57. Grayscale: #6E6E6E. Windows color (decimal): -5618264 or 11027882. OLE color: 11027882.
HSL color Cylindrical-coordinate representation of color #AA45A8: hue angle of 301.19º 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 #AA45A8 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 168 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.33 |
| HSL | 301.19º | 0.42% | 0.47% | - |
| HSV(B) | 301.19º | 0.59% | 0.67% | - |
| XYZ | 25.77 | 15.63 | 38.7 | - |
| YUV | 110.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 168 | 0 | 0.59 | 0.01 | 0.33 | 301.19 | 0.42 | 0.47 |
| Hex | AA | 45 | A8 | 0 | 3B | 1 | 21 | 12D | 2A | 2F |
| Octal | 252 | 105 | 250 | 0 | 73 | 1 | 41 | 455 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10101000 | 0 | 111011 | 1 | 100001 | 100101101 | 101010 | 101111 |
Color Harmonies of #AA45A8
Complementary color
Monochromatic Colors of #AA45A8
Black with #AA45A8
Text Example
Text Example
White with #AA45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45A8; }
p { color: rgb(170,69,168); }
H1.HeaderClassName
{
color: #AA45A8;
}
.AnyTagClassName
{
color: #AA45A8;
}
</style>
background-color css
<style>
a { background-color: #AA45A8; }
a { background-color: rgb(170,69,168); }
div.DivClassName
{
background-color: #AA45A8;
}
.BgClassName
{
background-color: #AA45A8;
}
</style>
border-color css
<style>
span { border-color: #AA45A8; }
span { border-color: rgb(170,69,168); }
td.TdClassName
{
border-color: #AA45A8;
}
.TagClassName
{
border-color: #AA45A8;
}
</style>