Shades of Violet Blue #A576A2
Tints of Violet Blue #A576A2
RGB
CMYK
RGB Variations
Color information
#A576A2 (or 0xA576A2) is known color: Violet Blue. HEX triplet: A5, 76 and A2. RGB value is (165,118,162). Sum of RGB (Red+Green+Blue) = 165+118+162=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A576A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576A2 is #5A895D. Grayscale: #888888. Windows color (decimal): -5933406 or 10647205. OLE color: 10647205.
HSL color Cylindrical-coordinate representation of color #A576A2: hue angle of 303.83º 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 #A576A2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 162 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.35 |
| HSL | 303.83º | 0.21% | 0.55% | - |
| HSV(B) | 303.83º | 0.28% | 0.65% | - |
| XYZ | 28.52 | 23.56 | 37.23 | - |
| YUV | 137.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 162 | 0 | 0.28 | 0.02 | 0.35 | 303.83 | 0.21 | 0.55 |
| Hex | A5 | 76 | A2 | 0 | 1C | 2 | 23 | 130 | 15 | 37 |
| Octal | 245 | 166 | 242 | 0 | 34 | 2 | 43 | 460 | 25 | 67 |
| Binary | 10100101 | 1110110 | 10100010 | 0 | 11100 | 10 | 100011 | 100110000 | 10101 | 110111 |
Color Harmonies of #A576A2
Complementary color
Monochromatic Colors of #A576A2
Black with #A576A2
Text Example
Text Example
White with #A576A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576A2; }
p { color: rgb(165,118,162); }
H1.HeaderClassName
{
color: #A576A2;
}
.AnyTagClassName
{
color: #A576A2;
}
</style>
background-color css
<style>
a { background-color: #A576A2; }
a { background-color: rgb(165,118,162); }
div.DivClassName
{
background-color: #A576A2;
}
.BgClassName
{
background-color: #A576A2;
}
</style>
border-color css
<style>
span { border-color: #A576A2; }
span { border-color: rgb(165,118,162); }
td.TdClassName
{
border-color: #A576A2;
}
.TagClassName
{
border-color: #A576A2;
}
</style>