Shades of Violet Blue #A7379E
Tints of Violet Blue #A7379E
RGB
CMYK
RGB Variations
Color information
#A7379E (or 0xA7379E) is known color: Violet Blue. HEX triplet: A7, 37 and 9E. RGB value is (167,55,158). Sum of RGB (Red+Green+Blue) = 167+55+158=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7379E is #58C861. Grayscale: #636363. Windows color (decimal): -5818466 or 10368935. OLE color: 10368935.
HSL color Cylindrical-coordinate representation of color #A7379E: hue angle of 304.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7379E is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 158 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.35 |
| HSL | 304.82º | 0.5% | 0.44% | - |
| HSV(B) | 304.82º | 0.67% | 0.65% | - |
| XYZ | 23.47 | 13.42 | 33.7 | - |
| YUV | 100.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 158 | 0 | 0.67 | 0.05 | 0.35 | 304.82 | 0.5 | 0.44 |
| Hex | A7 | 37 | 9E | 0 | 43 | 5 | 23 | 131 | 32 | 2C |
| Octal | 247 | 67 | 236 | 0 | 103 | 5 | 43 | 461 | 62 | 54 |
| Binary | 10100111 | 110111 | 10011110 | 0 | 1000011 | 101 | 100011 | 100110001 | 110010 | 101100 |
Color Harmonies of #A7379E
Complementary color
Monochromatic Colors of #A7379E
Black with #A7379E
Text Example
Text Example
White with #A7379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7379E; }
p { color: rgb(167,55,158); }
H1.HeaderClassName
{
color: #A7379E;
}
.AnyTagClassName
{
color: #A7379E;
}
</style>
background-color css
<style>
a { background-color: #A7379E; }
a { background-color: rgb(167,55,158); }
div.DivClassName
{
background-color: #A7379E;
}
.BgClassName
{
background-color: #A7379E;
}
</style>
border-color css
<style>
span { border-color: #A7379E; }
span { border-color: rgb(167,55,158); }
td.TdClassName
{
border-color: #A7379E;
}
.TagClassName
{
border-color: #A7379E;
}
</style>