Shades of Violet Blue #A077A4
Tints of Violet Blue #A077A4
RGB
CMYK
RGB Variations
Color information
#A077A4 (or 0xA077A4) is known color: Violet Blue. HEX triplet: A0, 77 and A4. RGB value is (160,119,164). Sum of RGB (Red+Green+Blue) = 160+119+164=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #A077A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077A4 is #5F885B. Grayscale: #888888. Windows color (decimal): -6260828 or 10778528. OLE color: 10778528.
HSL color Cylindrical-coordinate representation of color #A077A4: hue angle of 294.67º 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 #A077A4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 119 | 164 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.36 |
| HSL | 294.67º | 0.2% | 0.55% | - |
| HSV(B) | 294.67º | 0.27% | 0.64% | - |
| XYZ | 27.79 | 23.35 | 38.16 | - |
| YUV | 136.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 164 | 0.02 | 0.27 | 0 | 0.36 | 294.67 | 0.2 | 0.55 |
| Hex | A0 | 77 | A4 | 2 | 1B | 0 | 24 | 127 | 14 | 37 |
| Octal | 240 | 167 | 244 | 2 | 33 | 0 | 44 | 447 | 24 | 67 |
| Binary | 10100000 | 1110111 | 10100100 | 10 | 11011 | 0 | 100100 | 100100111 | 10100 | 110111 |
Color Harmonies of #A077A4
Complementary color
Monochromatic Colors of #A077A4
Black with #A077A4
Text Example
Text Example
White with #A077A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077A4; }
p { color: rgb(160,119,164); }
H1.HeaderClassName
{
color: #A077A4;
}
.AnyTagClassName
{
color: #A077A4;
}
</style>
background-color css
<style>
a { background-color: #A077A4; }
a { background-color: rgb(160,119,164); }
div.DivClassName
{
background-color: #A077A4;
}
.BgClassName
{
background-color: #A077A4;
}
</style>
border-color css
<style>
span { border-color: #A077A4; }
span { border-color: rgb(160,119,164); }
td.TdClassName
{
border-color: #A077A4;
}
.TagClassName
{
border-color: #A077A4;
}
</style>