Shades of Violet Blue #A04DA4
Tints of Violet Blue #A04DA4
RGB
CMYK
RGB Variations
Color information
#A04DA4 (or 0xA04DA4) is known color: Violet Blue. HEX triplet: A0, 4D and A4. RGB value is (160,77,164). Sum of RGB (Red+Green+Blue) = 160+77+164=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #A04DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DA4 is #5FB25B. Grayscale: #6F6F6F. Windows color (decimal): -6271580 or 10767776. OLE color: 10767776.
HSL color Cylindrical-coordinate representation of color #A04DA4: hue angle of 297.24º 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 #A04DA4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 77 | 164 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.36 |
| HSL | 297.24º | 0.36% | 0.47% | - |
| HSV(B) | 297.24º | 0.53% | 0.64% | - |
| XYZ | 23.85 | 15.46 | 36.85 | - |
| YUV | 111.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 164 | 0.02 | 0.53 | 0 | 0.36 | 297.24 | 0.36 | 0.47 |
| Hex | A0 | 4D | A4 | 2 | 35 | 0 | 24 | 129 | 24 | 2F |
| Octal | 240 | 115 | 244 | 2 | 65 | 0 | 44 | 451 | 44 | 57 |
| Binary | 10100000 | 1001101 | 10100100 | 10 | 110101 | 0 | 100100 | 100101001 | 100100 | 101111 |
Color Harmonies of #A04DA4
Complementary color
Monochromatic Colors of #A04DA4
Black with #A04DA4
Text Example
Text Example
White with #A04DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DA4; }
p { color: rgb(160,77,164); }
H1.HeaderClassName
{
color: #A04DA4;
}
.AnyTagClassName
{
color: #A04DA4;
}
</style>
background-color css
<style>
a { background-color: #A04DA4; }
a { background-color: rgb(160,77,164); }
div.DivClassName
{
background-color: #A04DA4;
}
.BgClassName
{
background-color: #A04DA4;
}
</style>
border-color css
<style>
span { border-color: #A04DA4; }
span { border-color: rgb(160,77,164); }
td.TdClassName
{
border-color: #A04DA4;
}
.TagClassName
{
border-color: #A04DA4;
}
</style>