Shades of Violet Blue #A04FAA
Tints of Violet Blue #A04FAA
RGB
CMYK
RGB Variations
Color information
#A04FAA (or 0xA04FAA) is known color: Violet Blue. HEX triplet: A0, 4F and AA. RGB value is (160,79,170). Sum of RGB (Red+Green+Blue) = 160+79+170=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A04FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FAA is #5FB055. Grayscale: #717171. Windows color (decimal): -6271062 or 11161504. OLE color: 11161504.
HSL color Cylindrical-coordinate representation of color #A04FAA: hue angle of 293.41º 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 #A04FAA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 79 | 170 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.33 |
| HSL | 293.41º | 0.37% | 0.49% | - |
| HSV(B) | 293.41º | 0.54% | 0.67% | - |
| XYZ | 24.55 | 15.97 | 39.82 | - |
| YUV | 113.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 170 | 0.06 | 0.54 | 0 | 0.33 | 293.41 | 0.37 | 0.49 |
| Hex | A0 | 4F | AA | 6 | 36 | 0 | 21 | 125 | 25 | 31 |
| Octal | 240 | 117 | 252 | 6 | 66 | 0 | 41 | 445 | 45 | 61 |
| Binary | 10100000 | 1001111 | 10101010 | 110 | 110110 | 0 | 100001 | 100100101 | 100101 | 110001 |
Color Harmonies of #A04FAA
Complementary color
Monochromatic Colors of #A04FAA
Black with #A04FAA
Text Example
Text Example
White with #A04FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FAA; }
p { color: rgb(160,79,170); }
H1.HeaderClassName
{
color: #A04FAA;
}
.AnyTagClassName
{
color: #A04FAA;
}
</style>
background-color css
<style>
a { background-color: #A04FAA; }
a { background-color: rgb(160,79,170); }
div.DivClassName
{
background-color: #A04FAA;
}
.BgClassName
{
background-color: #A04FAA;
}
</style>
border-color css
<style>
span { border-color: #A04FAA; }
span { border-color: rgb(160,79,170); }
td.TdClassName
{
border-color: #A04FAA;
}
.TagClassName
{
border-color: #A04FAA;
}
</style>