Shades of Violet Blue #AA4DAE
Tints of Violet Blue #AA4DAE
RGB
CMYK
RGB Variations
Color information
#AA4DAE (or 0xAA4DAE) is known color: Violet Blue. HEX triplet: AA, 4D and AE. RGB value is (170,77,174). Sum of RGB (Red+Green+Blue) = 170+77+174=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAE is #55B251. Grayscale: #737373. Windows color (decimal): -5616210 or 11423146. OLE color: 11423146.
HSL color Cylindrical-coordinate representation of color #AA4DAE: hue angle of 297.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4DAE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 77 | 174 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.32 |
| HSL | 297.53º | 0.39% | 0.49% | - |
| HSV(B) | 297.53º | 0.56% | 0.68% | - |
| XYZ | 26.87 | 16.91 | 41.89 | - |
| YUV | 115.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 174 | 0.02 | 0.56 | 0 | 0.32 | 297.53 | 0.39 | 0.49 |
| Hex | AA | 4D | AE | 2 | 38 | 0 | 20 | 12A | 27 | 31 |
| Octal | 252 | 115 | 256 | 2 | 70 | 0 | 40 | 452 | 47 | 61 |
| Binary | 10101010 | 1001101 | 10101110 | 10 | 111000 | 0 | 100000 | 100101010 | 100111 | 110001 |
Color Harmonies of #AA4DAE
Complementary color
Monochromatic Colors of #AA4DAE
Black with #AA4DAE
Text Example
Text Example
White with #AA4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DAE; }
p { color: rgb(170,77,174); }
H1.HeaderClassName
{
color: #AA4DAE;
}
.AnyTagClassName
{
color: #AA4DAE;
}
</style>
background-color css
<style>
a { background-color: #AA4DAE; }
a { background-color: rgb(170,77,174); }
div.DivClassName
{
background-color: #AA4DAE;
}
.BgClassName
{
background-color: #AA4DAE;
}
</style>
border-color css
<style>
span { border-color: #AA4DAE; }
span { border-color: rgb(170,77,174); }
td.TdClassName
{
border-color: #AA4DAE;
}
.TagClassName
{
border-color: #AA4DAE;
}
</style>