Shades of Violet Blue #A7639D
Tints of Violet Blue #A7639D
RGB
CMYK
RGB Variations
Color information
#A7639D (or 0xA7639D) is known color: Violet Blue. HEX triplet: A7, 63 and 9D. RGB value is (167,99,157). Sum of RGB (Red+Green+Blue) = 167+99+157=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7639D is #589C62. Grayscale: #7D7D7D. Windows color (decimal): -5807203 or 10314663. OLE color: 10314663.
HSL color Cylindrical-coordinate representation of color #A7639D: hue angle of 308.82º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7639D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 157 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.35 |
| HSL | 308.82º | 0.28% | 0.52% | - |
| HSV(B) | 308.82º | 0.41% | 0.65% | - |
| XYZ | 26.48 | 19.57 | 34.28 | - |
| YUV | 125.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 157 | 0 | 0.41 | 0.06 | 0.35 | 308.82 | 0.28 | 0.52 |
| Hex | A7 | 63 | 9D | 0 | 29 | 6 | 23 | 135 | 1C | 34 |
| Octal | 247 | 143 | 235 | 0 | 51 | 6 | 43 | 465 | 34 | 64 |
| Binary | 10100111 | 1100011 | 10011101 | 0 | 101001 | 110 | 100011 | 100110101 | 11100 | 110100 |
Color Harmonies of #A7639D
Complementary color
Monochromatic Colors of #A7639D
Black with #A7639D
Text Example
Text Example
White with #A7639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7639D; }
p { color: rgb(167,99,157); }
H1.HeaderClassName
{
color: #A7639D;
}
.AnyTagClassName
{
color: #A7639D;
}
</style>
background-color css
<style>
a { background-color: #A7639D; }
a { background-color: rgb(167,99,157); }
div.DivClassName
{
background-color: #A7639D;
}
.BgClassName
{
background-color: #A7639D;
}
</style>
border-color css
<style>
span { border-color: #A7639D; }
span { border-color: rgb(167,99,157); }
td.TdClassName
{
border-color: #A7639D;
}
.TagClassName
{
border-color: #A7639D;
}
</style>