Shades of Violet Blue #A577AB
Tints of Violet Blue #A577AB
RGB
CMYK
RGB Variations
Color information
#A577AB (or 0xA577AB) is known color: Violet Blue. HEX triplet: A5, 77 and AB. RGB value is (165,119,171). Sum of RGB (Red+Green+Blue) = 165+119+171=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A577AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577AB is #5A8854. Grayscale: #8A8A8A. Windows color (decimal): -5933141 or 11237285. OLE color: 11237285.
HSL color Cylindrical-coordinate representation of color #A577AB: hue angle of 293.08º degrees, saturation: 0.24, 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 #A577AB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 119 | 171 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.33 |
| HSL | 293.08º | 0.24% | 0.57% | - |
| HSV(B) | 293.08º | 0.3% | 0.67% | - |
| XYZ | 29.46 | 24.13 | 41.63 | - |
| YUV | 138.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 171 | 0.04 | 0.30 | 0 | 0.33 | 293.08 | 0.24 | 0.57 |
| Hex | A5 | 77 | AB | 4 | 1E | 0 | 21 | 125 | 18 | 39 |
| Octal | 245 | 167 | 253 | 4 | 36 | 0 | 41 | 445 | 30 | 71 |
| Binary | 10100101 | 1110111 | 10101011 | 100 | 11110 | 0 | 100001 | 100100101 | 11000 | 111001 |
Color Harmonies of #A577AB
Complementary color
Monochromatic Colors of #A577AB
Black with #A577AB
Text Example
Text Example
White with #A577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577AB; }
p { color: rgb(165,119,171); }
H1.HeaderClassName
{
color: #A577AB;
}
.AnyTagClassName
{
color: #A577AB;
}
</style>
background-color css
<style>
a { background-color: #A577AB; }
a { background-color: rgb(165,119,171); }
div.DivClassName
{
background-color: #A577AB;
}
.BgClassName
{
background-color: #A577AB;
}
</style>
border-color css
<style>
span { border-color: #A577AB; }
span { border-color: rgb(165,119,171); }
td.TdClassName
{
border-color: #A577AB;
}
.TagClassName
{
border-color: #A577AB;
}
</style>