Shades of Violet Blue #A477AA
Tints of Violet Blue #A477AA
RGB
CMYK
RGB Variations
Color information
#A477AA (or 0xA477AA) is known color: Violet Blue. HEX triplet: A4, 77 and AA. RGB value is (164,119,170). Sum of RGB (Red+Green+Blue) = 164+119+170=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A477AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477AA is #5B8855. Grayscale: #8A8A8A. Windows color (decimal): -5998678 or 11171748. OLE color: 11171748.
HSL color Cylindrical-coordinate representation of color #A477AA: hue angle of 292.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A477AA is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 119 | 170 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.33 |
| HSL | 292.94º | 0.23% | 0.57% | - |
| HSV(B) | 292.94º | 0.3% | 0.67% | - |
| XYZ | 29.16 | 23.99 | 41.12 | - |
| YUV | 138.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 170 | 0.04 | 0.3 | 0 | 0.33 | 292.94 | 0.23 | 0.57 |
| Hex | A4 | 77 | AA | 4 | 1E | 0 | 21 | 125 | 17 | 39 |
| Octal | 244 | 167 | 252 | 4 | 36 | 0 | 41 | 445 | 27 | 71 |
| Binary | 10100100 | 1110111 | 10101010 | 100 | 11110 | 0 | 100001 | 100100101 | 10111 | 111001 |
Color Harmonies of #A477AA
Complementary color
Monochromatic Colors of #A477AA
Black with #A477AA
Text Example
Text Example
White with #A477AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477AA; }
p { color: rgb(164,119,170); }
H1.HeaderClassName
{
color: #A477AA;
}
.AnyTagClassName
{
color: #A477AA;
}
</style>
background-color css
<style>
a { background-color: #A477AA; }
a { background-color: rgb(164,119,170); }
div.DivClassName
{
background-color: #A477AA;
}
.BgClassName
{
background-color: #A477AA;
}
</style>
border-color css
<style>
span { border-color: #A477AA; }
span { border-color: rgb(164,119,170); }
td.TdClassName
{
border-color: #A477AA;
}
.TagClassName
{
border-color: #A477AA;
}
</style>