Shades of Violet Blue #AA4FA8
Tints of Violet Blue #AA4FA8
RGB
CMYK
RGB Variations
Color information
#AA4FA8 (or 0xAA4FA8) is known color: Violet Blue. HEX triplet: AA, 4F and A8. RGB value is (170,79,168). Sum of RGB (Red+Green+Blue) = 170+79+168=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FA8 is #55B057. Grayscale: #747474. Windows color (decimal): -5615704 or 11030442. OLE color: 11030442.
HSL color Cylindrical-coordinate representation of color #AA4FA8: hue angle of 301.32º 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 #AA4FA8 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 168 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.33 |
| HSL | 301.32º | 0.37% | 0.49% | - |
| HSV(B) | 301.32º | 0.54% | 0.67% | - |
| XYZ | 26.44 | 16.97 | 38.93 | - |
| YUV | 116.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 168 | 0 | 0.54 | 0.01 | 0.33 | 301.32 | 0.37 | 0.49 |
| Hex | AA | 4F | A8 | 0 | 36 | 1 | 21 | 12D | 25 | 31 |
| Octal | 252 | 117 | 250 | 0 | 66 | 1 | 41 | 455 | 45 | 61 |
| Binary | 10101010 | 1001111 | 10101000 | 0 | 110110 | 1 | 100001 | 100101101 | 100101 | 110001 |
Color Harmonies of #AA4FA8
Complementary color
Monochromatic Colors of #AA4FA8
Black with #AA4FA8
Text Example
Text Example
White with #AA4FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FA8; }
p { color: rgb(170,79,168); }
H1.HeaderClassName
{
color: #AA4FA8;
}
.AnyTagClassName
{
color: #AA4FA8;
}
</style>
background-color css
<style>
a { background-color: #AA4FA8; }
a { background-color: rgb(170,79,168); }
div.DivClassName
{
background-color: #AA4FA8;
}
.BgClassName
{
background-color: #AA4FA8;
}
</style>
border-color css
<style>
span { border-color: #AA4FA8; }
span { border-color: rgb(170,79,168); }
td.TdClassName
{
border-color: #AA4FA8;
}
.TagClassName
{
border-color: #AA4FA8;
}
</style>