Shades of Violet Blue #A6719F
Tints of Violet Blue #A6719F
RGB
CMYK
RGB Variations
Color information
#A6719F (or 0xA6719F) is known color: Violet Blue. HEX triplet: A6, 71 and 9F. RGB value is (166,113,159). Sum of RGB (Red+Green+Blue) = 166+113+159=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719F is #598E60. Grayscale: #858585. Windows color (decimal): -5869153 or 10449318. OLE color: 10449318.
HSL color Cylindrical-coordinate representation of color #A6719F: hue angle of 307.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6719F is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 159 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.35 |
| HSL | 307.92º | 0.23% | 0.55% | - |
| HSV(B) | 307.92º | 0.32% | 0.65% | - |
| XYZ | 27.89 | 22.42 | 35.66 | - |
| YUV | 134.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 159 | 0 | 0.32 | 0.04 | 0.35 | 307.92 | 0.23 | 0.55 |
| Hex | A6 | 71 | 9F | 0 | 20 | 4 | 23 | 134 | 17 | 37 |
| Octal | 246 | 161 | 237 | 0 | 40 | 4 | 43 | 464 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10011111 | 0 | 100000 | 100 | 100011 | 100110100 | 10111 | 110111 |
Color Harmonies of #A6719F
Complementary color
Monochromatic Colors of #A6719F
Black with #A6719F
Text Example
Text Example
White with #A6719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6719F; }
p { color: rgb(166,113,159); }
H1.HeaderClassName
{
color: #A6719F;
}
.AnyTagClassName
{
color: #A6719F;
}
</style>
background-color css
<style>
a { background-color: #A6719F; }
a { background-color: rgb(166,113,159); }
div.DivClassName
{
background-color: #A6719F;
}
.BgClassName
{
background-color: #A6719F;
}
</style>
border-color css
<style>
span { border-color: #A6719F; }
span { border-color: rgb(166,113,159); }
td.TdClassName
{
border-color: #A6719F;
}
.TagClassName
{
border-color: #A6719F;
}
</style>