Shades of Violet Blue #A74BA3
Tints of Violet Blue #A74BA3
RGB
CMYK
RGB Variations
Color information
#A74BA3 (or 0xA74BA3) is known color: Violet Blue. HEX triplet: A7, 4B and A3. RGB value is (167,75,163). Sum of RGB (Red+Green+Blue) = 167+75+163=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A74BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74BA3 is #58B45C. Grayscale: #707070. Windows color (decimal): -5813341 or 10701735. OLE color: 10701735.
HSL color Cylindrical-coordinate representation of color #A74BA3: hue angle of 302.61º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74BA3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 163 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.35 |
| HSL | 302.61º | 0.38% | 0.47% | - |
| HSV(B) | 302.61º | 0.55% | 0.65% | - |
| XYZ | 25.06 | 15.89 | 36.4 | - |
| YUV | 112.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 163 | 0 | 0.55 | 0.02 | 0.35 | 302.61 | 0.38 | 0.47 |
| Hex | A7 | 4B | A3 | 0 | 37 | 2 | 23 | 12F | 26 | 2F |
| Octal | 247 | 113 | 243 | 0 | 67 | 2 | 43 | 457 | 46 | 57 |
| Binary | 10100111 | 1001011 | 10100011 | 0 | 110111 | 10 | 100011 | 100101111 | 100110 | 101111 |
Color Harmonies of #A74BA3
Complementary color
Monochromatic Colors of #A74BA3
Black with #A74BA3
Text Example
Text Example
White with #A74BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74BA3; }
p { color: rgb(167,75,163); }
H1.HeaderClassName
{
color: #A74BA3;
}
.AnyTagClassName
{
color: #A74BA3;
}
</style>
background-color css
<style>
a { background-color: #A74BA3; }
a { background-color: rgb(167,75,163); }
div.DivClassName
{
background-color: #A74BA3;
}
.BgClassName
{
background-color: #A74BA3;
}
</style>
border-color css
<style>
span { border-color: #A74BA3; }
span { border-color: rgb(167,75,163); }
td.TdClassName
{
border-color: #A74BA3;
}
.TagClassName
{
border-color: #A74BA3;
}
</style>