Shades of Violet Blue #A74FA0
Tints of Violet Blue #A74FA0
RGB
CMYK
RGB Variations
Color information
#A74FA0 (or 0xA74FA0) is known color: Violet Blue. HEX triplet: A7, 4F and A0. RGB value is (167,79,160). Sum of RGB (Red+Green+Blue) = 167+79+160=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A74FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FA0 is #58B05F. Grayscale: #727272. Windows color (decimal): -5812320 or 10506151. OLE color: 10506151.
HSL color Cylindrical-coordinate representation of color #A74FA0: hue angle of 304.77º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74FA0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 160 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.35 |
| HSL | 304.77º | 0.36% | 0.48% | - |
| HSV(B) | 304.77º | 0.53% | 0.65% | - |
| XYZ | 25.08 | 16.35 | 35.09 | - |
| YUV | 114.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 160 | 0 | 0.53 | 0.04 | 0.35 | 304.77 | 0.36 | 0.48 |
| Hex | A7 | 4F | A0 | 0 | 35 | 4 | 23 | 131 | 24 | 30 |
| Octal | 247 | 117 | 240 | 0 | 65 | 4 | 43 | 461 | 44 | 60 |
| Binary | 10100111 | 1001111 | 10100000 | 0 | 110101 | 100 | 100011 | 100110001 | 100100 | 110000 |
Color Harmonies of #A74FA0
Complementary color
Monochromatic Colors of #A74FA0
Black with #A74FA0
Text Example
Text Example
White with #A74FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FA0; }
p { color: rgb(167,79,160); }
H1.HeaderClassName
{
color: #A74FA0;
}
.AnyTagClassName
{
color: #A74FA0;
}
</style>
background-color css
<style>
a { background-color: #A74FA0; }
a { background-color: rgb(167,79,160); }
div.DivClassName
{
background-color: #A74FA0;
}
.BgClassName
{
background-color: #A74FA0;
}
</style>
border-color css
<style>
span { border-color: #A74FA0; }
span { border-color: rgb(167,79,160); }
td.TdClassName
{
border-color: #A74FA0;
}
.TagClassName
{
border-color: #A74FA0;
}
</style>