Shades of Violet Blue #A577A1
Tints of Violet Blue #A577A1
RGB
CMYK
RGB Variations
Color information
#A577A1 (or 0xA577A1) is known color: Violet Blue. HEX triplet: A5, 77 and A1. RGB value is (165,119,161). Sum of RGB (Red+Green+Blue) = 165+119+161=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A577A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577A1 is #5A885E. Grayscale: #898989. Windows color (decimal): -5933151 or 10581925. OLE color: 10581925.
HSL color Cylindrical-coordinate representation of color #A577A1: hue angle of 305.22º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A577A1 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 161 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.35 |
| HSL | 305.22º | 0.2% | 0.56% | - |
| HSV(B) | 305.22º | 0.28% | 0.65% | - |
| XYZ | 28.55 | 23.77 | 36.8 | - |
| YUV | 137.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 161 | 0 | 0.28 | 0.02 | 0.35 | 305.22 | 0.2 | 0.56 |
| Hex | A5 | 77 | A1 | 0 | 1C | 2 | 23 | 131 | 14 | 38 |
| Octal | 245 | 167 | 241 | 0 | 34 | 2 | 43 | 461 | 24 | 70 |
| Binary | 10100101 | 1110111 | 10100001 | 0 | 11100 | 10 | 100011 | 100110001 | 10100 | 111000 |
Color Harmonies of #A577A1
Complementary color
Monochromatic Colors of #A577A1
Black with #A577A1
Text Example
Text Example
White with #A577A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577A1; }
p { color: rgb(165,119,161); }
H1.HeaderClassName
{
color: #A577A1;
}
.AnyTagClassName
{
color: #A577A1;
}
</style>
background-color css
<style>
a { background-color: #A577A1; }
a { background-color: rgb(165,119,161); }
div.DivClassName
{
background-color: #A577A1;
}
.BgClassName
{
background-color: #A577A1;
}
</style>
border-color css
<style>
span { border-color: #A577A1; }
span { border-color: rgb(165,119,161); }
td.TdClassName
{
border-color: #A577A1;
}
.TagClassName
{
border-color: #A577A1;
}
</style>