Shades of Violet Blue #A476A1
Tints of Violet Blue #A476A1
RGB
CMYK
RGB Variations
Color information
#A476A1 (or 0xA476A1) is known color: Violet Blue. HEX triplet: A4, 76 and A1. RGB value is (164,118,161). Sum of RGB (Red+Green+Blue) = 164+118+161=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A476A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476A1 is #5B895E. Grayscale: #888888. Windows color (decimal): -5998943 or 10581668. OLE color: 10581668.
HSL color Cylindrical-coordinate representation of color #A476A1: hue angle of 303.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A476A1 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 161 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.36 |
| HSL | 303.91º | 0.2% | 0.55% | - |
| HSV(B) | 303.91º | 0.28% | 0.64% | - |
| XYZ | 28.22 | 23.42 | 36.75 | - |
| YUV | 136.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 161 | 0 | 0.28 | 0.02 | 0.36 | 303.91 | 0.2 | 0.55 |
| Hex | A4 | 76 | A1 | 0 | 1C | 2 | 24 | 130 | 14 | 37 |
| Octal | 244 | 166 | 241 | 0 | 34 | 2 | 44 | 460 | 24 | 67 |
| Binary | 10100100 | 1110110 | 10100001 | 0 | 11100 | 10 | 100100 | 100110000 | 10100 | 110111 |
Color Harmonies of #A476A1
Complementary color
Monochromatic Colors of #A476A1
Black with #A476A1
Text Example
Text Example
White with #A476A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476A1; }
p { color: rgb(164,118,161); }
H1.HeaderClassName
{
color: #A476A1;
}
.AnyTagClassName
{
color: #A476A1;
}
</style>
background-color css
<style>
a { background-color: #A476A1; }
a { background-color: rgb(164,118,161); }
div.DivClassName
{
background-color: #A476A1;
}
.BgClassName
{
background-color: #A476A1;
}
</style>
border-color css
<style>
span { border-color: #A476A1; }
span { border-color: rgb(164,118,161); }
td.TdClassName
{
border-color: #A476A1;
}
.TagClassName
{
border-color: #A476A1;
}
</style>