Shades of Violet Blue #A04D95
Tints of Violet Blue #A04D95
RGB
CMYK
RGB Variations
Color information
#A04D95 (or 0xA04D95) is known color: Violet Blue. HEX triplet: A0, 4D and 95. RGB value is (160,77,149). Sum of RGB (Red+Green+Blue) = 160+77+149=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D95 is #5FB26A. Grayscale: #6D6D6D. Windows color (decimal): -6271595 or 9784736. OLE color: 9784736.
HSL color Cylindrical-coordinate representation of color #A04D95: hue angle of 307.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D95 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 149 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.37 |
| HSL | 307.95º | 0.35% | 0.46% | - |
| HSV(B) | 307.95º | 0.52% | 0.63% | - |
| XYZ | 22.58 | 14.95 | 30.13 | - |
| YUV | 110.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 149 | 0 | 0.52 | 0.07 | 0.37 | 307.95 | 0.35 | 0.46 |
| Hex | A0 | 4D | 95 | 0 | 34 | 7 | 25 | 134 | 23 | 2E |
| Octal | 240 | 115 | 225 | 0 | 64 | 7 | 45 | 464 | 43 | 56 |
| Binary | 10100000 | 1001101 | 10010101 | 0 | 110100 | 111 | 100101 | 100110100 | 100011 | 101110 |
Color Harmonies of #A04D95
Complementary color
Monochromatic Colors of #A04D95
Black with #A04D95
Text Example
Text Example
White with #A04D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D95; }
p { color: rgb(160,77,149); }
H1.HeaderClassName
{
color: #A04D95;
}
.AnyTagClassName
{
color: #A04D95;
}
</style>
background-color css
<style>
a { background-color: #A04D95; }
a { background-color: rgb(160,77,149); }
div.DivClassName
{
background-color: #A04D95;
}
.BgClassName
{
background-color: #A04D95;
}
</style>
border-color css
<style>
span { border-color: #A04D95; }
span { border-color: rgb(160,77,149); }
td.TdClassName
{
border-color: #A04D95;
}
.TagClassName
{
border-color: #A04D95;
}
</style>