Shades of Violet Blue #A75B94
Tints of Violet Blue #A75B94
RGB
CMYK
RGB Variations
Color information
#A75B94 (or 0xA75B94) is known color: Violet Blue. HEX triplet: A7, 5B and 94. RGB value is (167,91,148). Sum of RGB (Red+Green+Blue) = 167+91+148=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B94 is #58A46B. Grayscale: #787878. Windows color (decimal): -5809260 or 9722791. OLE color: 9722791.
HSL color Cylindrical-coordinate representation of color #A75B94: hue angle of 315º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75B94 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 148 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.35 |
| HSL | 315º | 0.3% | 0.51% | - |
| HSV(B) | 315º | 0.46% | 0.65% | - |
| XYZ | 25.02 | 17.84 | 30.14 | - |
| YUV | 120.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 148 | 0 | 0.46 | 0.11 | 0.35 | 315 | 0.3 | 0.51 |
| Hex | A7 | 5B | 94 | 0 | 2E | B | 23 | 13B | 1E | 33 |
| Octal | 247 | 133 | 224 | 0 | 56 | 13 | 43 | 473 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10010100 | 0 | 101110 | 1011 | 100011 | 100111011 | 11110 | 110011 |
Color Harmonies of #A75B94
Complementary color
Monochromatic Colors of #A75B94
Black with #A75B94
Text Example
Text Example
White with #A75B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B94; }
p { color: rgb(167,91,148); }
H1.HeaderClassName
{
color: #A75B94;
}
.AnyTagClassName
{
color: #A75B94;
}
</style>
background-color css
<style>
a { background-color: #A75B94; }
a { background-color: rgb(167,91,148); }
div.DivClassName
{
background-color: #A75B94;
}
.BgClassName
{
background-color: #A75B94;
}
</style>
border-color css
<style>
span { border-color: #A75B94; }
span { border-color: rgb(167,91,148); }
td.TdClassName
{
border-color: #A75B94;
}
.TagClassName
{
border-color: #A75B94;
}
</style>