Shades of Violet Blue #A7679A
Tints of Violet Blue #A7679A
RGB
CMYK
RGB Variations
Color information
#A7679A (or 0xA7679A) is known color: Violet Blue. HEX triplet: A7, 67 and 9A. RGB value is (167,103,154). Sum of RGB (Red+Green+Blue) = 167+103+154=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7679A is #589865. Grayscale: #7F7F7F. Windows color (decimal): -5806182 or 10119079. OLE color: 10119079.
HSL color Cylindrical-coordinate representation of color #A7679A: hue angle of 312.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7679A is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 154 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.35 |
| HSL | 312.19º | 0.27% | 0.53% | - |
| HSV(B) | 312.19º | 0.38% | 0.65% | - |
| XYZ | 26.62 | 20.25 | 33.08 | - |
| YUV | 127.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 154 | 0 | 0.38 | 0.08 | 0.35 | 312.19 | 0.27 | 0.53 |
| Hex | A7 | 67 | 9A | 0 | 26 | 8 | 23 | 138 | 1B | 35 |
| Octal | 247 | 147 | 232 | 0 | 46 | 10 | 43 | 470 | 33 | 65 |
| Binary | 10100111 | 1100111 | 10011010 | 0 | 100110 | 1000 | 100011 | 100111000 | 11011 | 110101 |
Color Harmonies of #A7679A
Complementary color
Monochromatic Colors of #A7679A
Black with #A7679A
Text Example
Text Example
White with #A7679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7679A; }
p { color: rgb(167,103,154); }
H1.HeaderClassName
{
color: #A7679A;
}
.AnyTagClassName
{
color: #A7679A;
}
</style>
background-color css
<style>
a { background-color: #A7679A; }
a { background-color: rgb(167,103,154); }
div.DivClassName
{
background-color: #A7679A;
}
.BgClassName
{
background-color: #A7679A;
}
</style>
border-color css
<style>
span { border-color: #A7679A; }
span { border-color: rgb(167,103,154); }
td.TdClassName
{
border-color: #A7679A;
}
.TagClassName
{
border-color: #A7679A;
}
</style>