Shades of Violet Blue #A7659F
Tints of Violet Blue #A7659F
RGB
CMYK
RGB Variations
Color information
#A7659F (or 0xA7659F) is known color: Violet Blue. HEX triplet: A7, 65 and 9F. RGB value is (167,101,159). Sum of RGB (Red+Green+Blue) = 167+101+159=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A7659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7659F is #589A60. Grayscale: #7F7F7F. Windows color (decimal): -5806689 or 10446247. OLE color: 10446247.
HSL color Cylindrical-coordinate representation of color #A7659F: hue angle of 307.27º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7659F is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 159 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.35 |
| HSL | 307.27º | 0.27% | 0.53% | - |
| HSV(B) | 307.27º | 0.4% | 0.65% | - |
| XYZ | 26.85 | 20.03 | 35.25 | - |
| YUV | 127.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 159 | 0 | 0.40 | 0.05 | 0.35 | 307.27 | 0.27 | 0.53 |
| Hex | A7 | 65 | 9F | 0 | 28 | 5 | 23 | 133 | 1B | 35 |
| Octal | 247 | 145 | 237 | 0 | 50 | 5 | 43 | 463 | 33 | 65 |
| Binary | 10100111 | 1100101 | 10011111 | 0 | 101000 | 101 | 100011 | 100110011 | 11011 | 110101 |
Color Harmonies of #A7659F
Complementary color
Monochromatic Colors of #A7659F
Black with #A7659F
Text Example
Text Example
White with #A7659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7659F; }
p { color: rgb(167,101,159); }
H1.HeaderClassName
{
color: #A7659F;
}
.AnyTagClassName
{
color: #A7659F;
}
</style>
background-color css
<style>
a { background-color: #A7659F; }
a { background-color: rgb(167,101,159); }
div.DivClassName
{
background-color: #A7659F;
}
.BgClassName
{
background-color: #A7659F;
}
</style>
border-color css
<style>
span { border-color: #A7659F; }
span { border-color: rgb(167,101,159); }
td.TdClassName
{
border-color: #A7659F;
}
.TagClassName
{
border-color: #A7659F;
}
</style>