Shades of Violet Blue #A7649D
Tints of Violet Blue #A7649D
RGB
CMYK
RGB Variations
Color information
#A7649D (or 0xA7649D) is known color: Violet Blue. HEX triplet: A7, 64 and 9D. RGB value is (167,100,157). Sum of RGB (Red+Green+Blue) = 167+100+157=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7649D is #589B62. Grayscale: #7E7E7E. Windows color (decimal): -5806947 or 10314919. OLE color: 10314919.
HSL color Cylindrical-coordinate representation of color #A7649D: hue angle of 308.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7649D is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 100 | 157 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.35 |
| HSL | 308.96º | 0.28% | 0.52% | - |
| HSV(B) | 308.96º | 0.4% | 0.65% | - |
| XYZ | 26.58 | 19.76 | 34.31 | - |
| YUV | 126.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 100 | 157 | 0 | 0.40 | 0.06 | 0.35 | 308.96 | 0.28 | 0.52 |
| Hex | A7 | 64 | 9D | 0 | 28 | 6 | 23 | 135 | 1C | 34 |
| Octal | 247 | 144 | 235 | 0 | 50 | 6 | 43 | 465 | 34 | 64 |
| Binary | 10100111 | 1100100 | 10011101 | 0 | 101000 | 110 | 100011 | 100110101 | 11100 | 110100 |
Color Harmonies of #A7649D
Complementary color
Monochromatic Colors of #A7649D
Black with #A7649D
Text Example
Text Example
White with #A7649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7649D; }
p { color: rgb(167,100,157); }
H1.HeaderClassName
{
color: #A7649D;
}
.AnyTagClassName
{
color: #A7649D;
}
</style>
background-color css
<style>
a { background-color: #A7649D; }
a { background-color: rgb(167,100,157); }
div.DivClassName
{
background-color: #A7649D;
}
.BgClassName
{
background-color: #A7649D;
}
</style>
border-color css
<style>
span { border-color: #A7649D; }
span { border-color: rgb(167,100,157); }
td.TdClassName
{
border-color: #A7649D;
}
.TagClassName
{
border-color: #A7649D;
}
</style>