Shades of Violet Blue #A04D8F
Tints of Violet Blue #A04D8F
RGB
CMYK
RGB Variations
Color information
#A04D8F (or 0xA04D8F) is known color: Violet Blue. HEX triplet: A0, 4D and 8F. RGB value is (160,77,143). Sum of RGB (Red+Green+Blue) = 160+77+143=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D8F is #5FB270. Grayscale: #6D6D6D. Windows color (decimal): -6271601 or 9391520. OLE color: 9391520.
HSL color Cylindrical-coordinate representation of color #A04D8F: hue angle of 312.29º 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 #A04D8F is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 143 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.37 |
| HSL | 312.29º | 0.35% | 0.46% | - |
| HSV(B) | 312.29º | 0.52% | 0.63% | - |
| XYZ | 22.11 | 14.76 | 27.67 | - |
| YUV | 109.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 143 | 0 | 0.52 | 0.11 | 0.37 | 312.29 | 0.35 | 0.46 |
| Hex | A0 | 4D | 8F | 0 | 34 | B | 25 | 138 | 23 | 2E |
| Octal | 240 | 115 | 217 | 0 | 64 | 13 | 45 | 470 | 43 | 56 |
| Binary | 10100000 | 1001101 | 10001111 | 0 | 110100 | 1011 | 100101 | 100111000 | 100011 | 101110 |
Color Harmonies of #A04D8F
Complementary color
Monochromatic Colors of #A04D8F
Black with #A04D8F
Text Example
Text Example
White with #A04D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D8F; }
p { color: rgb(160,77,143); }
H1.HeaderClassName
{
color: #A04D8F;
}
.AnyTagClassName
{
color: #A04D8F;
}
</style>
background-color css
<style>
a { background-color: #A04D8F; }
a { background-color: rgb(160,77,143); }
div.DivClassName
{
background-color: #A04D8F;
}
.BgClassName
{
background-color: #A04D8F;
}
</style>
border-color css
<style>
span { border-color: #A04D8F; }
span { border-color: rgb(160,77,143); }
td.TdClassName
{
border-color: #A04D8F;
}
.TagClassName
{
border-color: #A04D8F;
}
</style>