Shades of Violet Blue #A04A8F
Tints of Violet Blue #A04A8F
RGB
CMYK
RGB Variations
Color information
#A04A8F (or 0xA04A8F) is known color: Violet Blue. HEX triplet: A0, 4A and 8F. RGB value is (160,74,143). Sum of RGB (Red+Green+Blue) = 160+74+143=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A8F is #5FB570. Grayscale: #6B6B6B. Windows color (decimal): -6272369 or 9390752. OLE color: 9390752.
HSL color Cylindrical-coordinate representation of color #A04A8F: hue angle of 311.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A8F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 143 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.37 |
| HSL | 311.86º | 0.37% | 0.46% | - |
| HSV(B) | 311.86º | 0.54% | 0.63% | - |
| XYZ | 21.9 | 14.35 | 27.6 | - |
| YUV | 107.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 143 | 0 | 0.54 | 0.11 | 0.37 | 311.86 | 0.37 | 0.46 |
| Hex | A0 | 4A | 8F | 0 | 36 | B | 25 | 138 | 25 | 2E |
| Octal | 240 | 112 | 217 | 0 | 66 | 13 | 45 | 470 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10001111 | 0 | 110110 | 1011 | 100101 | 100111000 | 100101 | 101110 |
Color Harmonies of #A04A8F
Complementary color
Monochromatic Colors of #A04A8F
Black with #A04A8F
Text Example
Text Example
White with #A04A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A8F; }
p { color: rgb(160,74,143); }
H1.HeaderClassName
{
color: #A04A8F;
}
.AnyTagClassName
{
color: #A04A8F;
}
</style>
background-color css
<style>
a { background-color: #A04A8F; }
a { background-color: rgb(160,74,143); }
div.DivClassName
{
background-color: #A04A8F;
}
.BgClassName
{
background-color: #A04A8F;
}
</style>
border-color css
<style>
span { border-color: #A04A8F; }
span { border-color: rgb(160,74,143); }
td.TdClassName
{
border-color: #A04A8F;
}
.TagClassName
{
border-color: #A04A8F;
}
</style>