Shades of Violet Blue #AA619E
Tints of Violet Blue #AA619E
RGB
CMYK
RGB Variations
Color information
#AA619E (or 0xAA619E) is known color: Violet Blue. HEX triplet: AA, 61 and 9E. RGB value is (170,97,158). Sum of RGB (Red+Green+Blue) = 170+97+158=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619E is #559E61. Grayscale: #7D7D7D. Windows color (decimal): -5611106 or 10379690. OLE color: 10379690.
HSL color Cylindrical-coordinate representation of color #AA619E: hue angle of 309.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA619E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 158 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.33 |
| HSL | 309.86º | 0.3% | 0.52% | - |
| HSV(B) | 309.86º | 0.43% | 0.67% | - |
| XYZ | 27.02 | 19.56 | 34.7 | - |
| YUV | 125.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 158 | 0 | 0.43 | 0.07 | 0.33 | 309.86 | 0.3 | 0.52 |
| Hex | AA | 61 | 9E | 0 | 2B | 7 | 21 | 136 | 1E | 34 |
| Octal | 252 | 141 | 236 | 0 | 53 | 7 | 41 | 466 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10011110 | 0 | 101011 | 111 | 100001 | 100110110 | 11110 | 110100 |
Color Harmonies of #AA619E
Complementary color
Monochromatic Colors of #AA619E
Black with #AA619E
Text Example
Text Example
White with #AA619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA619E; }
p { color: rgb(170,97,158); }
H1.HeaderClassName
{
color: #AA619E;
}
.AnyTagClassName
{
color: #AA619E;
}
</style>
background-color css
<style>
a { background-color: #AA619E; }
a { background-color: rgb(170,97,158); }
div.DivClassName
{
background-color: #AA619E;
}
.BgClassName
{
background-color: #AA619E;
}
</style>
border-color css
<style>
span { border-color: #AA619E; }
span { border-color: rgb(170,97,158); }
td.TdClassName
{
border-color: #AA619E;
}
.TagClassName
{
border-color: #AA619E;
}
</style>