Shades of Violet Blue #A04F9D
Tints of Violet Blue #A04F9D
RGB
CMYK
RGB Variations
Color information
#A04F9D (or 0xA04F9D) is known color: Violet Blue. HEX triplet: A0, 4F and 9D. RGB value is (160,79,157). Sum of RGB (Red+Green+Blue) = 160+79+157=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F9D is #5FB062. Grayscale: #6F6F6F. Windows color (decimal): -6271075 or 10309536. OLE color: 10309536.
HSL color Cylindrical-coordinate representation of color #A04F9D: hue angle of 302.22º 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 #A04F9D is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 157 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.37 |
| HSL | 302.22º | 0.34% | 0.47% | - |
| HSV(B) | 302.22º | 0.51% | 0.63% | - |
| XYZ | 23.38 | 15.5 | 33.66 | - |
| YUV | 112.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 157 | 0 | 0.51 | 0.02 | 0.37 | 302.22 | 0.34 | 0.47 |
| Hex | A0 | 4F | 9D | 0 | 33 | 2 | 25 | 12E | 22 | 2F |
| Octal | 240 | 117 | 235 | 0 | 63 | 2 | 45 | 456 | 42 | 57 |
| Binary | 10100000 | 1001111 | 10011101 | 0 | 110011 | 10 | 100101 | 100101110 | 100010 | 101111 |
Color Harmonies of #A04F9D
Complementary color
Monochromatic Colors of #A04F9D
Black with #A04F9D
Text Example
Text Example
White with #A04F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F9D; }
p { color: rgb(160,79,157); }
H1.HeaderClassName
{
color: #A04F9D;
}
.AnyTagClassName
{
color: #A04F9D;
}
</style>
background-color css
<style>
a { background-color: #A04F9D; }
a { background-color: rgb(160,79,157); }
div.DivClassName
{
background-color: #A04F9D;
}
.BgClassName
{
background-color: #A04F9D;
}
</style>
border-color css
<style>
span { border-color: #A04F9D; }
span { border-color: rgb(160,79,157); }
td.TdClassName
{
border-color: #A04F9D;
}
.TagClassName
{
border-color: #A04F9D;
}
</style>