Shades of Violet Blue #AA679B
Tints of Violet Blue #AA679B
RGB
CMYK
RGB Variations
Color information
#AA679B (or 0xAA679B) is known color: Violet Blue. HEX triplet: AA, 67 and 9B. RGB value is (170,103,155). Sum of RGB (Red+Green+Blue) = 170+103+155=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA679B is #559864. Grayscale: #808080. Windows color (decimal): -5609573 or 10184618. OLE color: 10184618.
HSL color Cylindrical-coordinate representation of color #AA679B: hue angle of 313.43º 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 #AA679B is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 155 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.33 |
| HSL | 313.43º | 0.28% | 0.54% | - |
| HSV(B) | 313.43º | 0.39% | 0.67% | - |
| XYZ | 27.34 | 20.61 | 33.55 | - |
| YUV | 128.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 155 | 0 | 0.39 | 0.09 | 0.33 | 313.43 | 0.28 | 0.54 |
| Hex | AA | 67 | 9B | 0 | 27 | 9 | 21 | 139 | 1C | 36 |
| Octal | 252 | 147 | 233 | 0 | 47 | 11 | 41 | 471 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10011011 | 0 | 100111 | 1001 | 100001 | 100111001 | 11100 | 110110 |
Color Harmonies of #AA679B
Complementary color
Monochromatic Colors of #AA679B
Black with #AA679B
Text Example
Text Example
White with #AA679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA679B; }
p { color: rgb(170,103,155); }
H1.HeaderClassName
{
color: #AA679B;
}
.AnyTagClassName
{
color: #AA679B;
}
</style>
background-color css
<style>
a { background-color: #AA679B; }
a { background-color: rgb(170,103,155); }
div.DivClassName
{
background-color: #AA679B;
}
.BgClassName
{
background-color: #AA679B;
}
</style>
border-color css
<style>
span { border-color: #AA679B; }
span { border-color: rgb(170,103,155); }
td.TdClassName
{
border-color: #AA679B;
}
.TagClassName
{
border-color: #AA679B;
}
</style>