Shades of Violet Blue #AA4BA4
Tints of Violet Blue #AA4BA4
RGB
CMYK
RGB Variations
Color information
#AA4BA4 (or 0xAA4BA4) is known color: Violet Blue. HEX triplet: AA, 4B and A4. RGB value is (170,75,164). Sum of RGB (Red+Green+Blue) = 170+75+164=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BA4 is #55B45B. Grayscale: #717171. Windows color (decimal): -5616732 or 10767274. OLE color: 10767274.
HSL color Cylindrical-coordinate representation of color #AA4BA4: hue angle of 303.79º 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 #AA4BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 164 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.33 |
| HSL | 303.79º | 0.39% | 0.48% | - |
| HSV(B) | 303.79º | 0.56% | 0.67% | - |
| XYZ | 25.79 | 16.26 | 36.9 | - |
| YUV | 113.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 164 | 0 | 0.56 | 0.04 | 0.33 | 303.79 | 0.39 | 0.48 |
| Hex | AA | 4B | A4 | 0 | 38 | 4 | 21 | 130 | 27 | 30 |
| Octal | 252 | 113 | 244 | 0 | 70 | 4 | 41 | 460 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10100100 | 0 | 111000 | 100 | 100001 | 100110000 | 100111 | 110000 |
Color Harmonies of #AA4BA4
Complementary color
Monochromatic Colors of #AA4BA4
Black with #AA4BA4
Text Example
Text Example
White with #AA4BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BA4; }
p { color: rgb(170,75,164); }
H1.HeaderClassName
{
color: #AA4BA4;
}
.AnyTagClassName
{
color: #AA4BA4;
}
</style>
background-color css
<style>
a { background-color: #AA4BA4; }
a { background-color: rgb(170,75,164); }
div.DivClassName
{
background-color: #AA4BA4;
}
.BgClassName
{
background-color: #AA4BA4;
}
</style>
border-color css
<style>
span { border-color: #AA4BA4; }
span { border-color: rgb(170,75,164); }
td.TdClassName
{
border-color: #AA4BA4;
}
.TagClassName
{
border-color: #AA4BA4;
}
</style>