Shades of Violet Blue #A04F8C
Tints of Violet Blue #A04F8C
RGB
CMYK
RGB Variations
Color information
#A04F8C (or 0xA04F8C) is known color: Violet Blue. HEX triplet: A0, 4F and 8C. RGB value is (160,79,140). Sum of RGB (Red+Green+Blue) = 160+79+140=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F8C is #5FB073. Grayscale: #6E6E6E. Windows color (decimal): -6271092 or 9195424. OLE color: 9195424.
HSL color Cylindrical-coordinate representation of color #A04F8C: hue angle of 314.81º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F8C is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 140 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.37 |
| HSL | 314.81º | 0.34% | 0.47% | - |
| HSV(B) | 314.81º | 0.51% | 0.63% | - |
| XYZ | 22.03 | 14.96 | 26.54 | - |
| YUV | 110.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 140 | 0 | 0.51 | 0.12 | 0.37 | 314.81 | 0.34 | 0.47 |
| Hex | A0 | 4F | 8C | 0 | 33 | C | 25 | 13B | 22 | 2F |
| Octal | 240 | 117 | 214 | 0 | 63 | 14 | 45 | 473 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10001100 | 0 | 110011 | 1100 | 100101 | 100111011 | 100010 | 101111 |
Color Harmonies of #A04F8C
Complementary color
Monochromatic Colors of #A04F8C
Black with #A04F8C
Text Example
Text Example
White with #A04F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F8C; }
p { color: rgb(160,79,140); }
H1.HeaderClassName
{
color: #A04F8C;
}
.AnyTagClassName
{
color: #A04F8C;
}
</style>
background-color css
<style>
a { background-color: #A04F8C; }
a { background-color: rgb(160,79,140); }
div.DivClassName
{
background-color: #A04F8C;
}
.BgClassName
{
background-color: #A04F8C;
}
</style>
border-color css
<style>
span { border-color: #A04F8C; }
span { border-color: rgb(160,79,140); }
td.TdClassName
{
border-color: #A04F8C;
}
.TagClassName
{
border-color: #A04F8C;
}
</style>