Shades of Violet Blue #A077A1
Tints of Violet Blue #A077A1
RGB
CMYK
RGB Variations
Color information
#A077A1 (or 0xA077A1) is known color: Violet Blue. HEX triplet: A0, 77 and A1. RGB value is (160,119,161). Sum of RGB (Red+Green+Blue) = 160+119+161=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 161 - color contains mainly: blue. Hex color #A077A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077A1 is #5F885E. Grayscale: #878787. Windows color (decimal): -6260831 or 10581920. OLE color: 10581920.
HSL color Cylindrical-coordinate representation of color #A077A1: hue angle of 298.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A077A1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 161 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.37 |
| HSL | 298.57º | 0.18% | 0.55% | - |
| HSV(B) | 298.57º | 0.26% | 0.63% | - |
| XYZ | 27.53 | 23.24 | 36.75 | - |
| YUV | 136.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 161 | 0.01 | 0.26 | 0 | 0.37 | 298.57 | 0.18 | 0.55 |
| Hex | A0 | 77 | A1 | 1 | 1A | 0 | 25 | 12B | 12 | 37 |
| Octal | 240 | 167 | 241 | 1 | 32 | 0 | 45 | 453 | 22 | 67 |
| Binary | 10100000 | 1110111 | 10100001 | 1 | 11010 | 0 | 100101 | 100101011 | 10010 | 110111 |
Color Harmonies of #A077A1
Complementary color
Monochromatic Colors of #A077A1
Black with #A077A1
Text Example
Text Example
White with #A077A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077A1; }
p { color: rgb(160,119,161); }
H1.HeaderClassName
{
color: #A077A1;
}
.AnyTagClassName
{
color: #A077A1;
}
</style>
background-color css
<style>
a { background-color: #A077A1; }
a { background-color: rgb(160,119,161); }
div.DivClassName
{
background-color: #A077A1;
}
.BgClassName
{
background-color: #A077A1;
}
</style>
border-color css
<style>
span { border-color: #A077A1; }
span { border-color: rgb(160,119,161); }
td.TdClassName
{
border-color: #A077A1;
}
.TagClassName
{
border-color: #A077A1;
}
</style>