Shades of Violet Blue #AA679C
Tints of Violet Blue #AA679C
RGB
CMYK
RGB Variations
Color information
#AA679C (or 0xAA679C) is known color: Violet Blue. HEX triplet: AA, 67 and 9C. RGB value is (170,103,156). Sum of RGB (Red+Green+Blue) = 170+103+156=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679C is #559863. Grayscale: #808080. Windows color (decimal): -5609572 or 10250154. OLE color: 10250154.
HSL color Cylindrical-coordinate representation of color #AA679C: hue angle of 312.54º 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 #AA679C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 156 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.33 |
| HSL | 312.54º | 0.28% | 0.54% | - |
| HSV(B) | 312.54º | 0.39% | 0.67% | - |
| XYZ | 27.43 | 20.65 | 33.99 | - |
| YUV | 129.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 156 | 0 | 0.39 | 0.08 | 0.33 | 312.54 | 0.28 | 0.54 |
| Hex | AA | 67 | 9C | 0 | 27 | 8 | 21 | 139 | 1C | 36 |
| Octal | 252 | 147 | 234 | 0 | 47 | 10 | 41 | 471 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10011100 | 0 | 100111 | 1000 | 100001 | 100111001 | 11100 | 110110 |
Color Harmonies of #AA679C
Complementary color
Monochromatic Colors of #AA679C
Black with #AA679C
Text Example
Text Example
White with #AA679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA679C; }
p { color: rgb(170,103,156); }
H1.HeaderClassName
{
color: #AA679C;
}
.AnyTagClassName
{
color: #AA679C;
}
</style>
background-color css
<style>
a { background-color: #AA679C; }
a { background-color: rgb(170,103,156); }
div.DivClassName
{
background-color: #AA679C;
}
.BgClassName
{
background-color: #AA679C;
}
</style>
border-color css
<style>
span { border-color: #AA679C; }
span { border-color: rgb(170,103,156); }
td.TdClassName
{
border-color: #AA679C;
}
.TagClassName
{
border-color: #AA679C;
}
</style>