Shades of Violet Blue #A05F95
Tints of Violet Blue #A05F95
RGB
CMYK
RGB Variations
Color information
#A05F95 (or 0xA05F95) is known color: Violet Blue. HEX triplet: A0, 5F and 95. RGB value is (160,95,149). Sum of RGB (Red+Green+Blue) = 160+95+149=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05F95 is #5FA06A. Grayscale: #787878. Windows color (decimal): -6266987 or 9789344. OLE color: 9789344.
HSL color Cylindrical-coordinate representation of color #A05F95: hue angle of 310.15º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F95 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 149 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.37 |
| HSL | 310.15º | 0.25% | 0.5% | - |
| HSV(B) | 310.15º | 0.41% | 0.63% | - |
| XYZ | 24.01 | 17.83 | 30.61 | - |
| YUV | 120.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 149 | 0 | 0.41 | 0.07 | 0.37 | 310.15 | 0.25 | 0.5 |
| Hex | A0 | 5F | 95 | 0 | 29 | 7 | 25 | 136 | 19 | 32 |
| Octal | 240 | 137 | 225 | 0 | 51 | 7 | 45 | 466 | 31 | 62 |
| Binary | 10100000 | 1011111 | 10010101 | 0 | 101001 | 111 | 100101 | 100110110 | 11001 | 110010 |
Color Harmonies of #A05F95
Complementary color
Monochromatic Colors of #A05F95
Black with #A05F95
Text Example
Text Example
White with #A05F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F95; }
p { color: rgb(160,95,149); }
H1.HeaderClassName
{
color: #A05F95;
}
.AnyTagClassName
{
color: #A05F95;
}
</style>
background-color css
<style>
a { background-color: #A05F95; }
a { background-color: rgb(160,95,149); }
div.DivClassName
{
background-color: #A05F95;
}
.BgClassName
{
background-color: #A05F95;
}
</style>
border-color css
<style>
span { border-color: #A05F95; }
span { border-color: rgb(160,95,149); }
td.TdClassName
{
border-color: #A05F95;
}
.TagClassName
{
border-color: #A05F95;
}
</style>