Shades of Violet Blue #A95895
Tints of Violet Blue #A95895
RGB
CMYK
RGB Variations
Color information
#A95895 (or 0xA95895) is known color: Violet Blue. HEX triplet: A9, 58 and 95. RGB value is (169,88,149). Sum of RGB (Red+Green+Blue) = 169+88+149=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95895 is #56A76A. Grayscale: #777777. Windows color (decimal): -5678955 or 9787561. OLE color: 9787561.
HSL color Cylindrical-coordinate representation of color #A95895: hue angle of 314.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95895 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 149 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.34 |
| HSL | 314.81º | 0.32% | 0.5% | - |
| HSV(B) | 314.81º | 0.48% | 0.66% | - |
| XYZ | 25.28 | 17.58 | 30.5 | - |
| YUV | 119.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 149 | 0 | 0.48 | 0.12 | 0.34 | 314.81 | 0.32 | 0.5 |
| Hex | A9 | 58 | 95 | 0 | 30 | C | 22 | 13B | 20 | 32 |
| Octal | 251 | 130 | 225 | 0 | 60 | 14 | 42 | 473 | 40 | 62 |
| Binary | 10101001 | 1011000 | 10010101 | 0 | 110000 | 1100 | 100010 | 100111011 | 100000 | 110010 |
Color Harmonies of #A95895
Complementary color
Monochromatic Colors of #A95895
Black with #A95895
Text Example
Text Example
White with #A95895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95895; }
p { color: rgb(169,88,149); }
H1.HeaderClassName
{
color: #A95895;
}
.AnyTagClassName
{
color: #A95895;
}
</style>
background-color css
<style>
a { background-color: #A95895; }
a { background-color: rgb(169,88,149); }
div.DivClassName
{
background-color: #A95895;
}
.BgClassName
{
background-color: #A95895;
}
</style>
border-color css
<style>
span { border-color: #A95895; }
span { border-color: rgb(169,88,149); }
td.TdClassName
{
border-color: #A95895;
}
.TagClassName
{
border-color: #A95895;
}
</style>