Shades of Violet Blue #A74DA4
Tints of Violet Blue #A74DA4
RGB
CMYK
RGB Variations
Color information
#A74DA4 (or 0xA74DA4) is known color: Violet Blue. HEX triplet: A7, 4D and A4. RGB value is (167,77,164). Sum of RGB (Red+Green+Blue) = 167+77+164=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A74DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DA4 is #58B25B. Grayscale: #717171. Windows color (decimal): -5812828 or 10767783. OLE color: 10767783.
HSL color Cylindrical-coordinate representation of color #A74DA4: hue angle of 302º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74DA4 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 164 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.35 |
| HSL | 302º | 0.37% | 0.48% | - |
| HSV(B) | 302º | 0.54% | 0.65% | - |
| XYZ | 25.29 | 16.2 | 36.92 | - |
| YUV | 113.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 164 | 0 | 0.54 | 0.02 | 0.35 | 302 | 0.37 | 0.48 |
| Hex | A7 | 4D | A4 | 0 | 36 | 2 | 23 | 12E | 25 | 30 |
| Octal | 247 | 115 | 244 | 0 | 66 | 2 | 43 | 456 | 45 | 60 |
| Binary | 10100111 | 1001101 | 10100100 | 0 | 110110 | 10 | 100011 | 100101110 | 100101 | 110000 |
Color Harmonies of #A74DA4
Complementary color
Monochromatic Colors of #A74DA4
Black with #A74DA4
Text Example
Text Example
White with #A74DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DA4; }
p { color: rgb(167,77,164); }
H1.HeaderClassName
{
color: #A74DA4;
}
.AnyTagClassName
{
color: #A74DA4;
}
</style>
background-color css
<style>
a { background-color: #A74DA4; }
a { background-color: rgb(167,77,164); }
div.DivClassName
{
background-color: #A74DA4;
}
.BgClassName
{
background-color: #A74DA4;
}
</style>
border-color css
<style>
span { border-color: #A74DA4; }
span { border-color: rgb(167,77,164); }
td.TdClassName
{
border-color: #A74DA4;
}
.TagClassName
{
border-color: #A74DA4;
}
</style>