Shades of Violet Blue #A573A0
Tints of Violet Blue #A573A0
RGB
CMYK
RGB Variations
Color information
#A573A0 (or 0xA573A0) is known color: Violet Blue. HEX triplet: A5, 73 and A0. RGB value is (165,115,160). Sum of RGB (Red+Green+Blue) = 165+115+160=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A573A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573A0 is #5A8C5F. Grayscale: #868686. Windows color (decimal): -5934176 or 10515365. OLE color: 10515365.
HSL color Cylindrical-coordinate representation of color #A573A0: hue angle of 306º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A573A0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 160 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.35 |
| HSL | 306º | 0.22% | 0.55% | - |
| HSV(B) | 306º | 0.3% | 0.65% | - |
| XYZ | 27.99 | 22.8 | 36.18 | - |
| YUV | 135.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 160 | 0 | 0.30 | 0.03 | 0.35 | 306 | 0.22 | 0.55 |
| Hex | A5 | 73 | A0 | 0 | 1E | 3 | 23 | 132 | 16 | 37 |
| Octal | 245 | 163 | 240 | 0 | 36 | 3 | 43 | 462 | 26 | 67 |
| Binary | 10100101 | 1110011 | 10100000 | 0 | 11110 | 11 | 100011 | 100110010 | 10110 | 110111 |
Color Harmonies of #A573A0
Complementary color
Monochromatic Colors of #A573A0
Black with #A573A0
Text Example
Text Example
White with #A573A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573A0; }
p { color: rgb(165,115,160); }
H1.HeaderClassName
{
color: #A573A0;
}
.AnyTagClassName
{
color: #A573A0;
}
</style>
background-color css
<style>
a { background-color: #A573A0; }
a { background-color: rgb(165,115,160); }
div.DivClassName
{
background-color: #A573A0;
}
.BgClassName
{
background-color: #A573A0;
}
</style>
border-color css
<style>
span { border-color: #A573A0; }
span { border-color: rgb(165,115,160); }
td.TdClassName
{
border-color: #A573A0;
}
.TagClassName
{
border-color: #A573A0;
}
</style>