Shades of Violet Blue #AA4FA3
Tints of Violet Blue #AA4FA3
RGB
CMYK
RGB Variations
Color information
#AA4FA3 (or 0xAA4FA3) is known color: Violet Blue. HEX triplet: AA, 4F and A3. RGB value is (170,79,163). Sum of RGB (Red+Green+Blue) = 170+79+163=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FA3 is #55B05C. Grayscale: #737373. Windows color (decimal): -5615709 or 10702762. OLE color: 10702762.
HSL color Cylindrical-coordinate representation of color #AA4FA3: hue angle of 304.62º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4FA3 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 163 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.33 |
| HSL | 304.62º | 0.37% | 0.49% | - |
| HSV(B) | 304.62º | 0.54% | 0.67% | - |
| XYZ | 25.98 | 16.78 | 36.52 | - |
| YUV | 115.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 163 | 0 | 0.54 | 0.04 | 0.33 | 304.62 | 0.37 | 0.49 |
| Hex | AA | 4F | A3 | 0 | 36 | 4 | 21 | 131 | 25 | 31 |
| Octal | 252 | 117 | 243 | 0 | 66 | 4 | 41 | 461 | 45 | 61 |
| Binary | 10101010 | 1001111 | 10100011 | 0 | 110110 | 100 | 100001 | 100110001 | 100101 | 110001 |
Color Harmonies of #AA4FA3
Complementary color
Monochromatic Colors of #AA4FA3
Black with #AA4FA3
Text Example
Text Example
White with #AA4FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FA3; }
p { color: rgb(170,79,163); }
H1.HeaderClassName
{
color: #AA4FA3;
}
.AnyTagClassName
{
color: #AA4FA3;
}
</style>
background-color css
<style>
a { background-color: #AA4FA3; }
a { background-color: rgb(170,79,163); }
div.DivClassName
{
background-color: #AA4FA3;
}
.BgClassName
{
background-color: #AA4FA3;
}
</style>
border-color css
<style>
span { border-color: #AA4FA3; }
span { border-color: rgb(170,79,163); }
td.TdClassName
{
border-color: #AA4FA3;
}
.TagClassName
{
border-color: #AA4FA3;
}
</style>