Shades of Violet Blue #A75496
Tints of Violet Blue #A75496
RGB
CMYK
RGB Variations
Color information
#A75496 (or 0xA75496) is known color: Violet Blue. HEX triplet: A7, 54 and 96. RGB value is (167,84,150). Sum of RGB (Red+Green+Blue) = 167+84+150=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75496 is #58AB69. Grayscale: #747474. Windows color (decimal): -5811050 or 9852071. OLE color: 9852071.
HSL color Cylindrical-coordinate representation of color #A75496: hue angle of 312.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75496 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 150 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.35 |
| HSL | 312.29º | 0.33% | 0.49% | - |
| HSV(B) | 312.29º | 0.5% | 0.65% | - |
| XYZ | 24.61 | 16.76 | 30.79 | - |
| YUV | 116.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 150 | 0 | 0.50 | 0.10 | 0.35 | 312.29 | 0.33 | 0.49 |
| Hex | A7 | 54 | 96 | 0 | 32 | A | 23 | 138 | 21 | 31 |
| Octal | 247 | 124 | 226 | 0 | 62 | 12 | 43 | 470 | 41 | 61 |
| Binary | 10100111 | 1010100 | 10010110 | 0 | 110010 | 1010 | 100011 | 100111000 | 100001 | 110001 |
Color Harmonies of #A75496
Complementary color
Monochromatic Colors of #A75496
Black with #A75496
Text Example
Text Example
White with #A75496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75496; }
p { color: rgb(167,84,150); }
H1.HeaderClassName
{
color: #A75496;
}
.AnyTagClassName
{
color: #A75496;
}
</style>
background-color css
<style>
a { background-color: #A75496; }
a { background-color: rgb(167,84,150); }
div.DivClassName
{
background-color: #A75496;
}
.BgClassName
{
background-color: #A75496;
}
</style>
border-color css
<style>
span { border-color: #A75496; }
span { border-color: rgb(167,84,150); }
td.TdClassName
{
border-color: #A75496;
}
.TagClassName
{
border-color: #A75496;
}
</style>