Shades of Violet Blue #A04DA3
Tints of Violet Blue #A04DA3
RGB
CMYK
RGB Variations
Color information
#A04DA3 (or 0xA04DA3) is known color: Violet Blue. HEX triplet: A0, 4D and A3. RGB value is (160,77,163). Sum of RGB (Red+Green+Blue) = 160+77+163=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #A04DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DA3 is #5FB25C. Grayscale: #6F6F6F. Windows color (decimal): -6271581 or 10702240. OLE color: 10702240.
HSL color Cylindrical-coordinate representation of color #A04DA3: hue angle of 297.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04DA3 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 77 | 163 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.36 |
| HSL | 297.91º | 0.36% | 0.47% | - |
| HSV(B) | 297.91º | 0.53% | 0.64% | - |
| XYZ | 23.76 | 15.43 | 36.38 | - |
| YUV | 111.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 163 | 0.02 | 0.53 | 0 | 0.36 | 297.91 | 0.36 | 0.47 |
| Hex | A0 | 4D | A3 | 2 | 35 | 0 | 24 | 12A | 24 | 2F |
| Octal | 240 | 115 | 243 | 2 | 65 | 0 | 44 | 452 | 44 | 57 |
| Binary | 10100000 | 1001101 | 10100011 | 10 | 110101 | 0 | 100100 | 100101010 | 100100 | 101111 |
Color Harmonies of #A04DA3
Complementary color
Monochromatic Colors of #A04DA3
Black with #A04DA3
Text Example
Text Example
White with #A04DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DA3; }
p { color: rgb(160,77,163); }
H1.HeaderClassName
{
color: #A04DA3;
}
.AnyTagClassName
{
color: #A04DA3;
}
</style>
background-color css
<style>
a { background-color: #A04DA3; }
a { background-color: rgb(160,77,163); }
div.DivClassName
{
background-color: #A04DA3;
}
.BgClassName
{
background-color: #A04DA3;
}
</style>
border-color css
<style>
span { border-color: #A04DA3; }
span { border-color: rgb(160,77,163); }
td.TdClassName
{
border-color: #A04DA3;
}
.TagClassName
{
border-color: #A04DA3;
}
</style>