Shades of Violet Blue #AA4FAE
Tints of Violet Blue #AA4FAE
RGB
CMYK
RGB Variations
Color information
#AA4FAE (or 0xAA4FAE) is known color: Violet Blue. HEX triplet: AA, 4F and AE. RGB value is (170,79,174). Sum of RGB (Red+Green+Blue) = 170+79+174=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FAE is #55B051. Grayscale: #747474. Windows color (decimal): -5615698 or 11423658. OLE color: 11423658.
HSL color Cylindrical-coordinate representation of color #AA4FAE: hue angle of 297.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4FAE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 79 | 174 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.32 |
| HSL | 297.47º | 0.38% | 0.5% | - |
| HSV(B) | 297.47º | 0.55% | 0.68% | - |
| XYZ | 27.01 | 17.19 | 41.94 | - |
| YUV | 117.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 174 | 0.02 | 0.55 | 0 | 0.32 | 297.47 | 0.38 | 0.5 |
| Hex | AA | 4F | AE | 2 | 37 | 0 | 20 | 129 | 26 | 32 |
| Octal | 252 | 117 | 256 | 2 | 67 | 0 | 40 | 451 | 46 | 62 |
| Binary | 10101010 | 1001111 | 10101110 | 10 | 110111 | 0 | 100000 | 100101001 | 100110 | 110010 |
Color Harmonies of #AA4FAE
Complementary color
Monochromatic Colors of #AA4FAE
Black with #AA4FAE
Text Example
Text Example
White with #AA4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FAE; }
p { color: rgb(170,79,174); }
H1.HeaderClassName
{
color: #AA4FAE;
}
.AnyTagClassName
{
color: #AA4FAE;
}
</style>
background-color css
<style>
a { background-color: #AA4FAE; }
a { background-color: rgb(170,79,174); }
div.DivClassName
{
background-color: #AA4FAE;
}
.BgClassName
{
background-color: #AA4FAE;
}
</style>
border-color css
<style>
span { border-color: #AA4FAE; }
span { border-color: rgb(170,79,174); }
td.TdClassName
{
border-color: #AA4FAE;
}
.TagClassName
{
border-color: #AA4FAE;
}
</style>