Shades of Violet Blue #A74B95
Tints of Violet Blue #A74B95
RGB
CMYK
RGB Variations
Color information
#A74B95 (or 0xA74B95) is known color: Violet Blue. HEX triplet: A7, 4B and 95. RGB value is (167,75,149). Sum of RGB (Red+Green+Blue) = 167+75+149=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74B95 is #58B46A. Grayscale: #6E6E6E. Windows color (decimal): -5813355 or 9784231. OLE color: 9784231.
HSL color Cylindrical-coordinate representation of color #A74B95: hue angle of 311.74º 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 #A74B95 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 75 | 149 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.35 |
| HSL | 311.74º | 0.38% | 0.47% | - |
| HSV(B) | 311.74º | 0.55% | 0.65% | - |
| XYZ | 23.88 | 15.42 | 30.15 | - |
| YUV | 110.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 75 | 149 | 0 | 0.55 | 0.11 | 0.35 | 311.74 | 0.38 | 0.47 |
| Hex | A7 | 4B | 95 | 0 | 37 | B | 23 | 138 | 26 | 2F |
| Octal | 247 | 113 | 225 | 0 | 67 | 13 | 43 | 470 | 46 | 57 |
| Binary | 10100111 | 1001011 | 10010101 | 0 | 110111 | 1011 | 100011 | 100111000 | 100110 | 101111 |
Color Harmonies of #A74B95
Complementary color
Monochromatic Colors of #A74B95
Black with #A74B95
Text Example
Text Example
White with #A74B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74B95; }
p { color: rgb(167,75,149); }
H1.HeaderClassName
{
color: #A74B95;
}
.AnyTagClassName
{
color: #A74B95;
}
</style>
background-color css
<style>
a { background-color: #A74B95; }
a { background-color: rgb(167,75,149); }
div.DivClassName
{
background-color: #A74B95;
}
.BgClassName
{
background-color: #A74B95;
}
</style>
border-color css
<style>
span { border-color: #A74B95; }
span { border-color: rgb(167,75,149); }
td.TdClassName
{
border-color: #A74B95;
}
.TagClassName
{
border-color: #A74B95;
}
</style>