Shades of Violet Blue #A75190
Tints of Violet Blue #A75190
RGB
CMYK
RGB Variations
Color information
#A75190 (or 0xA75190) is known color: Violet Blue. HEX triplet: A7, 51 and 90. RGB value is (167,81,144). Sum of RGB (Red+Green+Blue) = 167+81+144=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A75190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75190 is #58AE6F. Grayscale: #717171. Windows color (decimal): -5811824 or 9458087. OLE color: 9458087.
HSL color Cylindrical-coordinate representation of color #A75190: hue angle of 316.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75190 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 144 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.35 |
| HSL | 316.05º | 0.35% | 0.49% | - |
| HSV(B) | 316.05º | 0.51% | 0.65% | - |
| XYZ | 23.91 | 16.11 | 28.24 | - |
| YUV | 113.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 144 | 0 | 0.51 | 0.14 | 0.35 | 316.05 | 0.35 | 0.49 |
| Hex | A7 | 51 | 90 | 0 | 33 | E | 23 | 13C | 23 | 31 |
| Octal | 247 | 121 | 220 | 0 | 63 | 16 | 43 | 474 | 43 | 61 |
| Binary | 10100111 | 1010001 | 10010000 | 0 | 110011 | 1110 | 100011 | 100111100 | 100011 | 110001 |
Color Harmonies of #A75190
Complementary color
Monochromatic Colors of #A75190
Black with #A75190
Text Example
Text Example
White with #A75190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75190; }
p { color: rgb(167,81,144); }
H1.HeaderClassName
{
color: #A75190;
}
.AnyTagClassName
{
color: #A75190;
}
</style>
background-color css
<style>
a { background-color: #A75190; }
a { background-color: rgb(167,81,144); }
div.DivClassName
{
background-color: #A75190;
}
.BgClassName
{
background-color: #A75190;
}
</style>
border-color css
<style>
span { border-color: #A75190; }
span { border-color: rgb(167,81,144); }
td.TdClassName
{
border-color: #A75190;
}
.TagClassName
{
border-color: #A75190;
}
</style>