Shades of Violet Blue #A04FAB
Tints of Violet Blue #A04FAB
RGB
CMYK
RGB Variations
Color information
#A04FAB (or 0xA04FAB) is known color: Violet Blue. HEX triplet: A0, 4F and AB. RGB value is (160,79,171). Sum of RGB (Red+Green+Blue) = 160+79+171=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FAB is #5FB054. Grayscale: #717171. Windows color (decimal): -6271061 or 11227040. OLE color: 11227040.
HSL color Cylindrical-coordinate representation of color #A04FAB: hue angle of 292.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04FAB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 79 | 171 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.33 |
| HSL | 292.83º | 0.37% | 0.49% | - |
| HSV(B) | 292.83º | 0.54% | 0.67% | - |
| XYZ | 24.64 | 16.01 | 40.32 | - |
| YUV | 113.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 171 | 0.06 | 0.54 | 0 | 0.33 | 292.83 | 0.37 | 0.49 |
| Hex | A0 | 4F | AB | 6 | 36 | 0 | 21 | 125 | 25 | 31 |
| Octal | 240 | 117 | 253 | 6 | 66 | 0 | 41 | 445 | 45 | 61 |
| Binary | 10100000 | 1001111 | 10101011 | 110 | 110110 | 0 | 100001 | 100100101 | 100101 | 110001 |
Color Harmonies of #A04FAB
Complementary color
Monochromatic Colors of #A04FAB
Black with #A04FAB
Text Example
Text Example
White with #A04FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FAB; }
p { color: rgb(160,79,171); }
H1.HeaderClassName
{
color: #A04FAB;
}
.AnyTagClassName
{
color: #A04FAB;
}
</style>
background-color css
<style>
a { background-color: #A04FAB; }
a { background-color: rgb(160,79,171); }
div.DivClassName
{
background-color: #A04FAB;
}
.BgClassName
{
background-color: #A04FAB;
}
</style>
border-color css
<style>
span { border-color: #A04FAB; }
span { border-color: rgb(160,79,171); }
td.TdClassName
{
border-color: #A04FAB;
}
.TagClassName
{
border-color: #A04FAB;
}
</style>