Shades of Violet Blue #AA4CAC
Tints of Violet Blue #AA4CAC
RGB
CMYK
RGB Variations
Color information
#AA4CAC (or 0xAA4CAC) is known color: Violet Blue. HEX triplet: AA, 4C and AC. RGB value is (170,76,172). Sum of RGB (Red+Green+Blue) = 170+76+172=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CAC is #55B353. Grayscale: #727272. Windows color (decimal): -5616468 or 11291818. OLE color: 11291818.
HSL color Cylindrical-coordinate representation of color #AA4CAC: hue angle of 298.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4CAC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 172 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.33 |
| HSL | 298.75º | 0.39% | 0.49% | - |
| HSV(B) | 298.75º | 0.56% | 0.67% | - |
| XYZ | 26.61 | 16.69 | 40.85 | - |
| YUV | 115.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 172 | 0.01 | 0.56 | 0 | 0.33 | 298.75 | 0.39 | 0.49 |
| Hex | AA | 4C | AC | 1 | 38 | 0 | 21 | 12B | 27 | 31 |
| Octal | 252 | 114 | 254 | 1 | 70 | 0 | 41 | 453 | 47 | 61 |
| Binary | 10101010 | 1001100 | 10101100 | 1 | 111000 | 0 | 100001 | 100101011 | 100111 | 110001 |
Color Harmonies of #AA4CAC
Complementary color
Monochromatic Colors of #AA4CAC
Black with #AA4CAC
Text Example
Text Example
White with #AA4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CAC; }
p { color: rgb(170,76,172); }
H1.HeaderClassName
{
color: #AA4CAC;
}
.AnyTagClassName
{
color: #AA4CAC;
}
</style>
background-color css
<style>
a { background-color: #AA4CAC; }
a { background-color: rgb(170,76,172); }
div.DivClassName
{
background-color: #AA4CAC;
}
.BgClassName
{
background-color: #AA4CAC;
}
</style>
border-color css
<style>
span { border-color: #AA4CAC; }
span { border-color: rgb(170,76,172); }
td.TdClassName
{
border-color: #AA4CAC;
}
.TagClassName
{
border-color: #AA4CAC;
}
</style>