Shades of Violet Blue #A676A9
Tints of Violet Blue #A676A9
RGB
CMYK
RGB Variations
Color information
#A676A9 (or 0xA676A9) is known color: Violet Blue. HEX triplet: A6, 76 and A9. RGB value is (166,118,169). Sum of RGB (Red+Green+Blue) = 166+118+169=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 169 - color contains mainly: blue. Hex color #A676A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676A9 is #598956. Grayscale: #8A8A8A. Windows color (decimal): -5867863 or 11105958. OLE color: 11105958.
HSL color Cylindrical-coordinate representation of color #A676A9: hue angle of 296.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A676A9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 118 | 169 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.34 |
| HSL | 296.47º | 0.23% | 0.56% | - |
| HSV(B) | 296.47º | 0.3% | 0.66% | - |
| XYZ | 29.37 | 23.93 | 40.61 | - |
| YUV | 138.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 169 | 0.02 | 0.30 | 0 | 0.34 | 296.47 | 0.23 | 0.56 |
| Hex | A6 | 76 | A9 | 2 | 1E | 0 | 22 | 128 | 17 | 38 |
| Octal | 246 | 166 | 251 | 2 | 36 | 0 | 42 | 450 | 27 | 70 |
| Binary | 10100110 | 1110110 | 10101001 | 10 | 11110 | 0 | 100010 | 100101000 | 10111 | 111000 |
Color Harmonies of #A676A9
Complementary color
Monochromatic Colors of #A676A9
Black with #A676A9
Text Example
Text Example
White with #A676A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676A9; }
p { color: rgb(166,118,169); }
H1.HeaderClassName
{
color: #A676A9;
}
.AnyTagClassName
{
color: #A676A9;
}
</style>
background-color css
<style>
a { background-color: #A676A9; }
a { background-color: rgb(166,118,169); }
div.DivClassName
{
background-color: #A676A9;
}
.BgClassName
{
background-color: #A676A9;
}
</style>
border-color css
<style>
span { border-color: #A676A9; }
span { border-color: rgb(166,118,169); }
td.TdClassName
{
border-color: #A676A9;
}
.TagClassName
{
border-color: #A676A9;
}
</style>