Shades of Violet Blue #A477A9
Tints of Violet Blue #A477A9
RGB
CMYK
RGB Variations
Color information
#A477A9 (or 0xA477A9) is known color: Violet Blue. HEX triplet: A4, 77 and A9. RGB value is (164,119,169). Sum of RGB (Red+Green+Blue) = 164+119+169=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 169 - color contains mainly: blue. Hex color #A477A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477A9 is #5B8856. Grayscale: #8A8A8A. Windows color (decimal): -5998679 or 11106212. OLE color: 11106212.
HSL color Cylindrical-coordinate representation of color #A477A9: hue angle of 294º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A477A9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 119 | 169 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.34 |
| HSL | 294º | 0.23% | 0.56% | - |
| HSV(B) | 294º | 0.3% | 0.66% | - |
| XYZ | 29.07 | 23.95 | 40.63 | - |
| YUV | 138.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 169 | 0.03 | 0.30 | 0 | 0.34 | 294 | 0.23 | 0.56 |
| Hex | A4 | 77 | A9 | 3 | 1E | 0 | 22 | 126 | 17 | 38 |
| Octal | 244 | 167 | 251 | 3 | 36 | 0 | 42 | 446 | 27 | 70 |
| Binary | 10100100 | 1110111 | 10101001 | 11 | 11110 | 0 | 100010 | 100100110 | 10111 | 111000 |
Color Harmonies of #A477A9
Complementary color
Monochromatic Colors of #A477A9
Black with #A477A9
Text Example
Text Example
White with #A477A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477A9; }
p { color: rgb(164,119,169); }
H1.HeaderClassName
{
color: #A477A9;
}
.AnyTagClassName
{
color: #A477A9;
}
</style>
background-color css
<style>
a { background-color: #A477A9; }
a { background-color: rgb(164,119,169); }
div.DivClassName
{
background-color: #A477A9;
}
.BgClassName
{
background-color: #A477A9;
}
</style>
border-color css
<style>
span { border-color: #A477A9; }
span { border-color: rgb(164,119,169); }
td.TdClassName
{
border-color: #A477A9;
}
.TagClassName
{
border-color: #A477A9;
}
</style>