Shades of Violet Blue #A676AD
Tints of Violet Blue #A676AD
RGB
CMYK
RGB Variations
Color information
#A676AD (or 0xA676AD) is known color: Violet Blue. HEX triplet: A6, 76 and AD. RGB value is (166,118,173). Sum of RGB (Red+Green+Blue) = 166+118+173=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A676AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676AD is #598952. Grayscale: #8A8A8A. Windows color (decimal): -5867859 or 11368102. OLE color: 11368102.
HSL color Cylindrical-coordinate representation of color #A676AD: hue angle of 292.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A676AD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 118 | 173 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.32 |
| HSL | 292.36º | 0.25% | 0.57% | - |
| HSV(B) | 292.36º | 0.32% | 0.68% | - |
| XYZ | 29.75 | 24.08 | 42.62 | - |
| YUV | 138.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 173 | 0.04 | 0.32 | 0 | 0.32 | 292.36 | 0.25 | 0.57 |
| Hex | A6 | 76 | AD | 4 | 20 | 0 | 20 | 124 | 19 | 39 |
| Octal | 246 | 166 | 255 | 4 | 40 | 0 | 40 | 444 | 31 | 71 |
| Binary | 10100110 | 1110110 | 10101101 | 100 | 100000 | 0 | 100000 | 100100100 | 11001 | 111001 |
Color Harmonies of #A676AD
Complementary color
Monochromatic Colors of #A676AD
Black with #A676AD
Text Example
Text Example
White with #A676AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676AD; }
p { color: rgb(166,118,173); }
H1.HeaderClassName
{
color: #A676AD;
}
.AnyTagClassName
{
color: #A676AD;
}
</style>
background-color css
<style>
a { background-color: #A676AD; }
a { background-color: rgb(166,118,173); }
div.DivClassName
{
background-color: #A676AD;
}
.BgClassName
{
background-color: #A676AD;
}
</style>
border-color css
<style>
span { border-color: #A676AD; }
span { border-color: rgb(166,118,173); }
td.TdClassName
{
border-color: #A676AD;
}
.TagClassName
{
border-color: #A676AD;
}
</style>