Shades of Violet Blue #A477A0
Tints of Violet Blue #A477A0
RGB
CMYK
RGB Variations
Color information
#A477A0 (or 0xA477A0) is known color: Violet Blue. HEX triplet: A4, 77 and A0. RGB value is (164,119,160). Sum of RGB (Red+Green+Blue) = 164+119+160=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A477A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477A0 is #5B885F. Grayscale: #898989. Windows color (decimal): -5998688 or 10516388. OLE color: 10516388.
HSL color Cylindrical-coordinate representation of color #A477A0: hue angle of 305.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A477A0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 160 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.36 |
| HSL | 305.33º | 0.2% | 0.55% | - |
| HSV(B) | 305.33º | 0.27% | 0.64% | - |
| XYZ | 28.25 | 23.62 | 36.33 | - |
| YUV | 137.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 160 | 0 | 0.27 | 0.02 | 0.36 | 305.33 | 0.2 | 0.55 |
| Hex | A4 | 77 | A0 | 0 | 1B | 2 | 24 | 131 | 14 | 37 |
| Octal | 244 | 167 | 240 | 0 | 33 | 2 | 44 | 461 | 24 | 67 |
| Binary | 10100100 | 1110111 | 10100000 | 0 | 11011 | 10 | 100100 | 100110001 | 10100 | 110111 |
Color Harmonies of #A477A0
Complementary color
Monochromatic Colors of #A477A0
Black with #A477A0
Text Example
Text Example
White with #A477A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477A0; }
p { color: rgb(164,119,160); }
H1.HeaderClassName
{
color: #A477A0;
}
.AnyTagClassName
{
color: #A477A0;
}
</style>
background-color css
<style>
a { background-color: #A477A0; }
a { background-color: rgb(164,119,160); }
div.DivClassName
{
background-color: #A477A0;
}
.BgClassName
{
background-color: #A477A0;
}
</style>
border-color css
<style>
span { border-color: #A477A0; }
span { border-color: rgb(164,119,160); }
td.TdClassName
{
border-color: #A477A0;
}
.TagClassName
{
border-color: #A477A0;
}
</style>