Shades of Violet Blue #A74FA4
Tints of Violet Blue #A74FA4
RGB
CMYK
RGB Variations
Color information
#A74FA4 (or 0xA74FA4) is known color: Violet Blue. HEX triplet: A7, 4F and A4. RGB value is (167,79,164). Sum of RGB (Red+Green+Blue) = 167+79+164=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A74FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FA4 is #58B05B. Grayscale: #727272. Windows color (decimal): -5812316 or 10768295. OLE color: 10768295.
HSL color Cylindrical-coordinate representation of color #A74FA4: hue angle of 302.05º 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 #A74FA4 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 164 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.35 |
| HSL | 302.05º | 0.36% | 0.48% | - |
| HSV(B) | 302.05º | 0.53% | 0.65% | - |
| XYZ | 25.43 | 16.49 | 36.96 | - |
| YUV | 115 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 164 | 0 | 0.53 | 0.02 | 0.35 | 302.05 | 0.36 | 0.48 |
| Hex | A7 | 4F | A4 | 0 | 35 | 2 | 23 | 12E | 24 | 30 |
| Octal | 247 | 117 | 244 | 0 | 65 | 2 | 43 | 456 | 44 | 60 |
| Binary | 10100111 | 1001111 | 10100100 | 0 | 110101 | 10 | 100011 | 100101110 | 100100 | 110000 |
Color Harmonies of #A74FA4
Complementary color
Monochromatic Colors of #A74FA4
Black with #A74FA4
Text Example
Text Example
White with #A74FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FA4; }
p { color: rgb(167,79,164); }
H1.HeaderClassName
{
color: #A74FA4;
}
.AnyTagClassName
{
color: #A74FA4;
}
</style>
background-color css
<style>
a { background-color: #A74FA4; }
a { background-color: rgb(167,79,164); }
div.DivClassName
{
background-color: #A74FA4;
}
.BgClassName
{
background-color: #A74FA4;
}
</style>
border-color css
<style>
span { border-color: #A74FA4; }
span { border-color: rgb(167,79,164); }
td.TdClassName
{
border-color: #A74FA4;
}
.TagClassName
{
border-color: #A74FA4;
}
</style>