Shades of Violet Blue #AA4CA1
Tints of Violet Blue #AA4CA1
RGB
CMYK
RGB Variations
Color information
#AA4CA1 (or 0xAA4CA1) is known color: Violet Blue. HEX triplet: AA, 4C and A1. RGB value is (170,76,161). Sum of RGB (Red+Green+Blue) = 170+76+161=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CA1 is #55B35E. Grayscale: #717171. Windows color (decimal): -5616479 or 10570922. OLE color: 10570922.
HSL color Cylindrical-coordinate representation of color #AA4CA1: hue angle of 305.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4CA1 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 161 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.33 |
| HSL | 305.74º | 0.38% | 0.48% | - |
| HSV(B) | 305.74º | 0.55% | 0.67% | - |
| XYZ | 25.6 | 16.29 | 35.51 | - |
| YUV | 113.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 161 | 0 | 0.55 | 0.05 | 0.33 | 305.74 | 0.38 | 0.48 |
| Hex | AA | 4C | A1 | 0 | 37 | 5 | 21 | 132 | 26 | 30 |
| Octal | 252 | 114 | 241 | 0 | 67 | 5 | 41 | 462 | 46 | 60 |
| Binary | 10101010 | 1001100 | 10100001 | 0 | 110111 | 101 | 100001 | 100110010 | 100110 | 110000 |
Color Harmonies of #AA4CA1
Complementary color
Monochromatic Colors of #AA4CA1
Black with #AA4CA1
Text Example
Text Example
White with #AA4CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CA1; }
p { color: rgb(170,76,161); }
H1.HeaderClassName
{
color: #AA4CA1;
}
.AnyTagClassName
{
color: #AA4CA1;
}
</style>
background-color css
<style>
a { background-color: #AA4CA1; }
a { background-color: rgb(170,76,161); }
div.DivClassName
{
background-color: #AA4CA1;
}
.BgClassName
{
background-color: #AA4CA1;
}
</style>
border-color css
<style>
span { border-color: #AA4CA1; }
span { border-color: rgb(170,76,161); }
td.TdClassName
{
border-color: #AA4CA1;
}
.TagClassName
{
border-color: #AA4CA1;
}
</style>