Shades of Violet Blue #A576A0
Tints of Violet Blue #A576A0
RGB
CMYK
RGB Variations
Color information
#A576A0 (or 0xA576A0) is known color: Violet Blue. HEX triplet: A5, 76 and A0. RGB value is (165,118,160). Sum of RGB (Red+Green+Blue) = 165+118+160=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A576A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576A0 is #5A895F. Grayscale: #888888. Windows color (decimal): -5933408 or 10516133. OLE color: 10516133.
HSL color Cylindrical-coordinate representation of color #A576A0: hue angle of 306.38º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A576A0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 160 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.35 |
| HSL | 306.38º | 0.21% | 0.55% | - |
| HSV(B) | 306.38º | 0.28% | 0.65% | - |
| XYZ | 28.34 | 23.49 | 36.3 | - |
| YUV | 136.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 160 | 0 | 0.28 | 0.03 | 0.35 | 306.38 | 0.21 | 0.55 |
| Hex | A5 | 76 | A0 | 0 | 1C | 3 | 23 | 132 | 15 | 37 |
| Octal | 245 | 166 | 240 | 0 | 34 | 3 | 43 | 462 | 25 | 67 |
| Binary | 10100101 | 1110110 | 10100000 | 0 | 11100 | 11 | 100011 | 100110010 | 10101 | 110111 |
Color Harmonies of #A576A0
Complementary color
Monochromatic Colors of #A576A0
Black with #A576A0
Text Example
Text Example
White with #A576A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576A0; }
p { color: rgb(165,118,160); }
H1.HeaderClassName
{
color: #A576A0;
}
.AnyTagClassName
{
color: #A576A0;
}
</style>
background-color css
<style>
a { background-color: #A576A0; }
a { background-color: rgb(165,118,160); }
div.DivClassName
{
background-color: #A576A0;
}
.BgClassName
{
background-color: #A576A0;
}
</style>
border-color css
<style>
span { border-color: #A576A0; }
span { border-color: rgb(165,118,160); }
td.TdClassName
{
border-color: #A576A0;
}
.TagClassName
{
border-color: #A576A0;
}
</style>