Shades of Violet Blue #A75A90
Tints of Violet Blue #A75A90
RGB
CMYK
RGB Variations
Color information
#A75A90 (or 0xA75A90) is known color: Violet Blue. HEX triplet: A7, 5A and 90. RGB value is (167,90,144). Sum of RGB (Red+Green+Blue) = 167+90+144=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A90 is #58A56F. Grayscale: #777777. Windows color (decimal): -5809520 or 9460391. OLE color: 9460391.
HSL color Cylindrical-coordinate representation of color #A75A90: hue angle of 317.92º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75A90 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 90 | 144 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.35 |
| HSL | 317.92º | 0.3% | 0.5% | - |
| HSV(B) | 317.92º | 0.46% | 0.65% | - |
| XYZ | 24.63 | 17.54 | 28.47 | - |
| YUV | 119.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 90 | 144 | 0 | 0.46 | 0.14 | 0.35 | 317.92 | 0.3 | 0.5 |
| Hex | A7 | 5A | 90 | 0 | 2E | E | 23 | 13E | 1E | 32 |
| Octal | 247 | 132 | 220 | 0 | 56 | 16 | 43 | 476 | 36 | 62 |
| Binary | 10100111 | 1011010 | 10010000 | 0 | 101110 | 1110 | 100011 | 100111110 | 11110 | 110010 |
Color Harmonies of #A75A90
Complementary color
Monochromatic Colors of #A75A90
Black with #A75A90
Text Example
Text Example
White with #A75A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75A90; }
p { color: rgb(167,90,144); }
H1.HeaderClassName
{
color: #A75A90;
}
.AnyTagClassName
{
color: #A75A90;
}
</style>
background-color css
<style>
a { background-color: #A75A90; }
a { background-color: rgb(167,90,144); }
div.DivClassName
{
background-color: #A75A90;
}
.BgClassName
{
background-color: #A75A90;
}
</style>
border-color css
<style>
span { border-color: #A75A90; }
span { border-color: rgb(167,90,144); }
td.TdClassName
{
border-color: #A75A90;
}
.TagClassName
{
border-color: #A75A90;
}
</style>