Shades of Violet Blue #A676A1
Tints of Violet Blue #A676A1
RGB
CMYK
RGB Variations
Color information
#A676A1 (or 0xA676A1) is known color: Violet Blue. HEX triplet: A6, 76 and A1. RGB value is (166,118,161). Sum of RGB (Red+Green+Blue) = 166+118+161=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A676A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676A1 is #59895E. Grayscale: #898989. Windows color (decimal): -5867871 or 10581670. OLE color: 10581670.
HSL color Cylindrical-coordinate representation of color #A676A1: hue angle of 306.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A676A1 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 161 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.35 |
| HSL | 306.25º | 0.21% | 0.56% | - |
| HSV(B) | 306.25º | 0.29% | 0.65% | - |
| XYZ | 28.64 | 23.64 | 36.77 | - |
| YUV | 137.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 161 | 0 | 0.29 | 0.03 | 0.35 | 306.25 | 0.21 | 0.56 |
| Hex | A6 | 76 | A1 | 0 | 1D | 3 | 23 | 132 | 15 | 38 |
| Octal | 246 | 166 | 241 | 0 | 35 | 3 | 43 | 462 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10100001 | 0 | 11101 | 11 | 100011 | 100110010 | 10101 | 111000 |
Color Harmonies of #A676A1
Complementary color
Monochromatic Colors of #A676A1
Black with #A676A1
Text Example
Text Example
White with #A676A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676A1; }
p { color: rgb(166,118,161); }
H1.HeaderClassName
{
color: #A676A1;
}
.AnyTagClassName
{
color: #A676A1;
}
</style>
background-color css
<style>
a { background-color: #A676A1; }
a { background-color: rgb(166,118,161); }
div.DivClassName
{
background-color: #A676A1;
}
.BgClassName
{
background-color: #A676A1;
}
</style>
border-color css
<style>
span { border-color: #A676A1; }
span { border-color: rgb(166,118,161); }
td.TdClassName
{
border-color: #A676A1;
}
.TagClassName
{
border-color: #A676A1;
}
</style>