Shades of Violet Blue #A74FA3
Tints of Violet Blue #A74FA3
RGB
CMYK
RGB Variations
Color information
#A74FA3 (or 0xA74FA3) is known color: Violet Blue. HEX triplet: A7, 4F and A3. RGB value is (167,79,163). Sum of RGB (Red+Green+Blue) = 167+79+163=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A74FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FA3 is #58B05C. Grayscale: #727272. Windows color (decimal): -5812317 or 10702759. OLE color: 10702759.
HSL color Cylindrical-coordinate representation of color #A74FA3: hue angle of 302.73º 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 #A74FA3 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 79 | 163 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.35 |
| HSL | 302.73º | 0.36% | 0.48% | - |
| HSV(B) | 302.73º | 0.53% | 0.65% | - |
| XYZ | 25.34 | 16.45 | 36.49 | - |
| YUV | 114.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 163 | 0 | 0.53 | 0.02 | 0.35 | 302.73 | 0.36 | 0.48 |
| Hex | A7 | 4F | A3 | 0 | 35 | 2 | 23 | 12F | 24 | 30 |
| Octal | 247 | 117 | 243 | 0 | 65 | 2 | 43 | 457 | 44 | 60 |
| Binary | 10100111 | 1001111 | 10100011 | 0 | 110101 | 10 | 100011 | 100101111 | 100100 | 110000 |
Color Harmonies of #A74FA3
Complementary color
Monochromatic Colors of #A74FA3
Black with #A74FA3
Text Example
Text Example
White with #A74FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FA3; }
p { color: rgb(167,79,163); }
H1.HeaderClassName
{
color: #A74FA3;
}
.AnyTagClassName
{
color: #A74FA3;
}
</style>
background-color css
<style>
a { background-color: #A74FA3; }
a { background-color: rgb(167,79,163); }
div.DivClassName
{
background-color: #A74FA3;
}
.BgClassName
{
background-color: #A74FA3;
}
</style>
border-color css
<style>
span { border-color: #A74FA3; }
span { border-color: rgb(167,79,163); }
td.TdClassName
{
border-color: #A74FA3;
}
.TagClassName
{
border-color: #A74FA3;
}
</style>