Shades of Violet Blue #AA679A
Tints of Violet Blue #AA679A
RGB
CMYK
RGB Variations
Color information
#AA679A (or 0xAA679A) is known color: Violet Blue. HEX triplet: AA, 67 and 9A. RGB value is (170,103,154). Sum of RGB (Red+Green+Blue) = 170+103+154=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679A is #559865. Grayscale: #808080. Windows color (decimal): -5609574 or 10119082. OLE color: 10119082.
HSL color Cylindrical-coordinate representation of color #AA679A: hue angle of 314.33º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA679A is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 154 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.33 |
| HSL | 314.33º | 0.28% | 0.54% | - |
| HSV(B) | 314.33º | 0.39% | 0.67% | - |
| XYZ | 27.26 | 20.58 | 33.11 | - |
| YUV | 128.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 154 | 0 | 0.39 | 0.09 | 0.33 | 314.33 | 0.28 | 0.54 |
| Hex | AA | 67 | 9A | 0 | 27 | 9 | 21 | 13A | 1C | 36 |
| Octal | 252 | 147 | 232 | 0 | 47 | 11 | 41 | 472 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10011010 | 0 | 100111 | 1001 | 100001 | 100111010 | 11100 | 110110 |
Color Harmonies of #AA679A
Complementary color
Monochromatic Colors of #AA679A
Black with #AA679A
Text Example
Text Example
White with #AA679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA679A; }
p { color: rgb(170,103,154); }
H1.HeaderClassName
{
color: #AA679A;
}
.AnyTagClassName
{
color: #AA679A;
}
</style>
background-color css
<style>
a { background-color: #AA679A; }
a { background-color: rgb(170,103,154); }
div.DivClassName
{
background-color: #AA679A;
}
.BgClassName
{
background-color: #AA679A;
}
</style>
border-color css
<style>
span { border-color: #AA679A; }
span { border-color: rgb(170,103,154); }
td.TdClassName
{
border-color: #AA679A;
}
.TagClassName
{
border-color: #AA679A;
}
</style>