Shades of Violet Blue #A74997
Tints of Violet Blue #A74997
RGB
CMYK
RGB Variations
Color information
#A74997 (or 0xA74997) is known color: Violet Blue. HEX triplet: A7, 49 and 97. RGB value is (167,73,151). Sum of RGB (Red+Green+Blue) = 167+73+151=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A74997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74997 is #58B668. Grayscale: #6D6D6D. Windows color (decimal): -5813865 or 9914791. OLE color: 9914791.
HSL color Cylindrical-coordinate representation of color #A74997: hue angle of 310.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74997 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 73 | 151 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.35 |
| HSL | 310.21º | 0.39% | 0.47% | - |
| HSV(B) | 310.21º | 0.56% | 0.65% | - |
| XYZ | 23.9 | 15.21 | 30.96 | - |
| YUV | 110 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 151 | 0 | 0.56 | 0.10 | 0.35 | 310.21 | 0.39 | 0.47 |
| Hex | A7 | 49 | 97 | 0 | 38 | A | 23 | 136 | 27 | 2F |
| Octal | 247 | 111 | 227 | 0 | 70 | 12 | 43 | 466 | 47 | 57 |
| Binary | 10100111 | 1001001 | 10010111 | 0 | 111000 | 1010 | 100011 | 100110110 | 100111 | 101111 |
Color Harmonies of #A74997
Complementary color
Monochromatic Colors of #A74997
Black with #A74997
Text Example
Text Example
White with #A74997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74997; }
p { color: rgb(167,73,151); }
H1.HeaderClassName
{
color: #A74997;
}
.AnyTagClassName
{
color: #A74997;
}
</style>
background-color css
<style>
a { background-color: #A74997; }
a { background-color: rgb(167,73,151); }
div.DivClassName
{
background-color: #A74997;
}
.BgClassName
{
background-color: #A74997;
}
</style>
border-color css
<style>
span { border-color: #A74997; }
span { border-color: rgb(167,73,151); }
td.TdClassName
{
border-color: #A74997;
}
.TagClassName
{
border-color: #A74997;
}
</style>