Shades of Violet Blue #A95E95
Tints of Violet Blue #A95E95
RGB
CMYK
RGB Variations
Color information
#A95E95 (or 0xA95E95) is known color: Violet Blue. HEX triplet: A9, 5E and 95. RGB value is (169,94,149). Sum of RGB (Red+Green+Blue) = 169+94+149=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E95 is #56A16A. Grayscale: #7A7A7A. Windows color (decimal): -5677419 or 9789097. OLE color: 9789097.
HSL color Cylindrical-coordinate representation of color #A95E95: hue angle of 316º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E95 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 149 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.34 |
| HSL | 316º | 0.3% | 0.52% | - |
| HSV(B) | 316º | 0.44% | 0.66% | - |
| XYZ | 25.79 | 18.61 | 30.67 | - |
| YUV | 122.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 149 | 0 | 0.44 | 0.12 | 0.34 | 316 | 0.3 | 0.52 |
| Hex | A9 | 5E | 95 | 0 | 2C | C | 22 | 13C | 1E | 34 |
| Octal | 251 | 136 | 225 | 0 | 54 | 14 | 42 | 474 | 36 | 64 |
| Binary | 10101001 | 1011110 | 10010101 | 0 | 101100 | 1100 | 100010 | 100111100 | 11110 | 110100 |
Color Harmonies of #A95E95
Complementary color
Monochromatic Colors of #A95E95
Black with #A95E95
Text Example
Text Example
White with #A95E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E95; }
p { color: rgb(169,94,149); }
H1.HeaderClassName
{
color: #A95E95;
}
.AnyTagClassName
{
color: #A95E95;
}
</style>
background-color css
<style>
a { background-color: #A95E95; }
a { background-color: rgb(169,94,149); }
div.DivClassName
{
background-color: #A95E95;
}
.BgClassName
{
background-color: #A95E95;
}
</style>
border-color css
<style>
span { border-color: #A95E95; }
span { border-color: rgb(169,94,149); }
td.TdClassName
{
border-color: #A95E95;
}
.TagClassName
{
border-color: #A95E95;
}
</style>