Shades of Violet Blue #A573AC
Tints of Violet Blue #A573AC
RGB
CMYK
RGB Variations
Color information
#A573AC (or 0xA573AC) is known color: Violet Blue. HEX triplet: A5, 73 and AC. RGB value is (165,115,172). Sum of RGB (Red+Green+Blue) = 165+115+172=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #A573AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573AC is #5A8C53. Grayscale: #888888. Windows color (decimal): -5934164 or 11301797. OLE color: 11301797.
HSL color Cylindrical-coordinate representation of color #A573AC: hue angle of 292.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A573AC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 115 | 172 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.33 |
| HSL | 292.63º | 0.26% | 0.56% | - |
| HSV(B) | 292.63º | 0.33% | 0.67% | - |
| XYZ | 29.09 | 23.24 | 41.98 | - |
| YUV | 136.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 172 | 0.04 | 0.33 | 0 | 0.33 | 292.63 | 0.26 | 0.56 |
| Hex | A5 | 73 | AC | 4 | 21 | 0 | 21 | 125 | 1A | 38 |
| Octal | 245 | 163 | 254 | 4 | 41 | 0 | 41 | 445 | 32 | 70 |
| Binary | 10100101 | 1110011 | 10101100 | 100 | 100001 | 0 | 100001 | 100100101 | 11010 | 111000 |
Color Harmonies of #A573AC
Complementary color
Monochromatic Colors of #A573AC
Black with #A573AC
Text Example
Text Example
White with #A573AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573AC; }
p { color: rgb(165,115,172); }
H1.HeaderClassName
{
color: #A573AC;
}
.AnyTagClassName
{
color: #A573AC;
}
</style>
background-color css
<style>
a { background-color: #A573AC; }
a { background-color: rgb(165,115,172); }
div.DivClassName
{
background-color: #A573AC;
}
.BgClassName
{
background-color: #A573AC;
}
</style>
border-color css
<style>
span { border-color: #A573AC; }
span { border-color: rgb(165,115,172); }
td.TdClassName
{
border-color: #A573AC;
}
.TagClassName
{
border-color: #A573AC;
}
</style>