Shades of Violet Blue #A95E9E
Tints of Violet Blue #A95E9E
RGB
CMYK
RGB Variations
Color information
#A95E9E (or 0xA95E9E) is known color: Violet Blue. HEX triplet: A9, 5E and 9E. RGB value is (169,94,158). Sum of RGB (Red+Green+Blue) = 169+94+158=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95E9E is #56A161. Grayscale: #7B7B7B. Windows color (decimal): -5677410 or 10378921. OLE color: 10378921.
HSL color Cylindrical-coordinate representation of color #A95E9E: hue angle of 308.8º 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 #A95E9E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 94 | 158 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.34 |
| HSL | 308.8º | 0.3% | 0.52% | - |
| HSV(B) | 308.8º | 0.44% | 0.66% | - |
| XYZ | 26.54 | 18.91 | 34.6 | - |
| YUV | 123.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 158 | 0 | 0.44 | 0.07 | 0.34 | 308.8 | 0.3 | 0.52 |
| Hex | A9 | 5E | 9E | 0 | 2C | 7 | 22 | 135 | 1E | 34 |
| Octal | 251 | 136 | 236 | 0 | 54 | 7 | 42 | 465 | 36 | 64 |
| Binary | 10101001 | 1011110 | 10011110 | 0 | 101100 | 111 | 100010 | 100110101 | 11110 | 110100 |
Color Harmonies of #A95E9E
Complementary color
Monochromatic Colors of #A95E9E
Black with #A95E9E
Text Example
Text Example
White with #A95E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95E9E; }
p { color: rgb(169,94,158); }
H1.HeaderClassName
{
color: #A95E9E;
}
.AnyTagClassName
{
color: #A95E9E;
}
</style>
background-color css
<style>
a { background-color: #A95E9E; }
a { background-color: rgb(169,94,158); }
div.DivClassName
{
background-color: #A95E9E;
}
.BgClassName
{
background-color: #A95E9E;
}
</style>
border-color css
<style>
span { border-color: #A95E9E; }
span { border-color: rgb(169,94,158); }
td.TdClassName
{
border-color: #A95E9E;
}
.TagClassName
{
border-color: #A95E9E;
}
</style>