Shades of Violet Blue #A04D96
Tints of Violet Blue #A04D96
RGB
CMYK
RGB Variations
Color information
#A04D96 (or 0xA04D96) is known color: Violet Blue. HEX triplet: A0, 4D and 96. RGB value is (160,77,150). Sum of RGB (Red+Green+Blue) = 160+77+150=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D96 is #5FB269. Grayscale: #6D6D6D. Windows color (decimal): -6271594 or 9850272. OLE color: 9850272.
HSL color Cylindrical-coordinate representation of color #A04D96: hue angle of 307.23º 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 #A04D96 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 150 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.37 |
| HSL | 307.23º | 0.35% | 0.46% | - |
| HSV(B) | 307.23º | 0.52% | 0.63% | - |
| XYZ | 22.66 | 14.98 | 30.55 | - |
| YUV | 110.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 150 | 0 | 0.52 | 0.06 | 0.37 | 307.23 | 0.35 | 0.46 |
| Hex | A0 | 4D | 96 | 0 | 34 | 6 | 25 | 133 | 23 | 2E |
| Octal | 240 | 115 | 226 | 0 | 64 | 6 | 45 | 463 | 43 | 56 |
| Binary | 10100000 | 1001101 | 10010110 | 0 | 110100 | 110 | 100101 | 100110011 | 100011 | 101110 |
Color Harmonies of #A04D96
Complementary color
Monochromatic Colors of #A04D96
Black with #A04D96
Text Example
Text Example
White with #A04D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D96; }
p { color: rgb(160,77,150); }
H1.HeaderClassName
{
color: #A04D96;
}
.AnyTagClassName
{
color: #A04D96;
}
</style>
background-color css
<style>
a { background-color: #A04D96; }
a { background-color: rgb(160,77,150); }
div.DivClassName
{
background-color: #A04D96;
}
.BgClassName
{
background-color: #A04D96;
}
</style>
border-color css
<style>
span { border-color: #A04D96; }
span { border-color: rgb(160,77,150); }
td.TdClassName
{
border-color: #A04D96;
}
.TagClassName
{
border-color: #A04D96;
}
</style>