Shades of Violet Blue #AA4BA3
Tints of Violet Blue #AA4BA3
RGB
CMYK
RGB Variations
Color information
#AA4BA3 (or 0xAA4BA3) is known color: Violet Blue. HEX triplet: AA, 4B and A3. RGB value is (170,75,163). Sum of RGB (Red+Green+Blue) = 170+75+163=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA3 is #55B45C. Grayscale: #717171. Windows color (decimal): -5616733 or 10701738. OLE color: 10701738.
HSL color Cylindrical-coordinate representation of color #AA4BA3: hue angle of 304.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4BA3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 163 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.33 |
| HSL | 304.42º | 0.39% | 0.48% | - |
| HSV(B) | 304.42º | 0.56% | 0.67% | - |
| XYZ | 25.7 | 16.22 | 36.43 | - |
| YUV | 113.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 163 | 0 | 0.56 | 0.04 | 0.33 | 304.42 | 0.39 | 0.48 |
| Hex | AA | 4B | A3 | 0 | 38 | 4 | 21 | 130 | 27 | 30 |
| Octal | 252 | 113 | 243 | 0 | 70 | 4 | 41 | 460 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10100011 | 0 | 111000 | 100 | 100001 | 100110000 | 100111 | 110000 |
Color Harmonies of #AA4BA3
Complementary color
Monochromatic Colors of #AA4BA3
Black with #AA4BA3
Text Example
Text Example
White with #AA4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BA3; }
p { color: rgb(170,75,163); }
H1.HeaderClassName
{
color: #AA4BA3;
}
.AnyTagClassName
{
color: #AA4BA3;
}
</style>
background-color css
<style>
a { background-color: #AA4BA3; }
a { background-color: rgb(170,75,163); }
div.DivClassName
{
background-color: #AA4BA3;
}
.BgClassName
{
background-color: #AA4BA3;
}
</style>
border-color css
<style>
span { border-color: #AA4BA3; }
span { border-color: rgb(170,75,163); }
td.TdClassName
{
border-color: #AA4BA3;
}
.TagClassName
{
border-color: #AA4BA3;
}
</style>