Shades of Violet Blue #A75B99
Tints of Violet Blue #A75B99
RGB
CMYK
RGB Variations
Color information
#A75B99 (or 0xA75B99) is known color: Violet Blue. HEX triplet: A7, 5B and 99. RGB value is (167,91,153). Sum of RGB (Red+Green+Blue) = 167+91+153=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B99 is #58A466. Grayscale: #787878. Windows color (decimal): -5809255 or 10050471. OLE color: 10050471.
HSL color Cylindrical-coordinate representation of color #A75B99: hue angle of 311.05º 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 #A75B99 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 91 | 153 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.35 |
| HSL | 311.05º | 0.3% | 0.51% | - |
| HSV(B) | 311.05º | 0.46% | 0.65% | - |
| XYZ | 25.43 | 18 | 32.27 | - |
| YUV | 120.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 91 | 153 | 0 | 0.46 | 0.08 | 0.35 | 311.05 | 0.3 | 0.51 |
| Hex | A7 | 5B | 99 | 0 | 2E | 8 | 23 | 137 | 1E | 33 |
| Octal | 247 | 133 | 231 | 0 | 56 | 10 | 43 | 467 | 36 | 63 |
| Binary | 10100111 | 1011011 | 10011001 | 0 | 101110 | 1000 | 100011 | 100110111 | 11110 | 110011 |
Color Harmonies of #A75B99
Complementary color
Monochromatic Colors of #A75B99
Black with #A75B99
Text Example
Text Example
White with #A75B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75B99; }
p { color: rgb(167,91,153); }
H1.HeaderClassName
{
color: #A75B99;
}
.AnyTagClassName
{
color: #A75B99;
}
</style>
background-color css
<style>
a { background-color: #A75B99; }
a { background-color: rgb(167,91,153); }
div.DivClassName
{
background-color: #A75B99;
}
.BgClassName
{
background-color: #A75B99;
}
</style>
border-color css
<style>
span { border-color: #A75B99; }
span { border-color: rgb(167,91,153); }
td.TdClassName
{
border-color: #A75B99;
}
.TagClassName
{
border-color: #A75B99;
}
</style>