Shades of Violet Blue #A560AC
Tints of Violet Blue #A560AC
RGB
CMYK
RGB Variations
Color information
#A560AC (or 0xA560AC) is known color: Violet Blue. HEX triplet: A5, 60 and AC. RGB value is (165,96,172). Sum of RGB (Red+Green+Blue) = 165+96+172=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #A560AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A560AC is #5A9F53. Grayscale: #7D7D7D. Windows color (decimal): -5939028 or 11296933. OLE color: 11296933.
HSL color Cylindrical-coordinate representation of color #A560AC: hue angle of 294.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A560AC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 96 | 172 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.33 |
| HSL | 294.47º | 0.31% | 0.53% | - |
| HSV(B) | 294.47º | 0.44% | 0.67% | - |
| XYZ | 27.15 | 19.34 | 41.33 | - |
| YUV | 125.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 172 | 0.04 | 0.44 | 0 | 0.33 | 294.47 | 0.31 | 0.53 |
| Hex | A5 | 60 | AC | 4 | 2C | 0 | 21 | 126 | 1F | 35 |
| Octal | 245 | 140 | 254 | 4 | 54 | 0 | 41 | 446 | 37 | 65 |
| Binary | 10100101 | 1100000 | 10101100 | 100 | 101100 | 0 | 100001 | 100100110 | 11111 | 110101 |
Color Harmonies of #A560AC
Complementary color
Monochromatic Colors of #A560AC
Black with #A560AC
Text Example
Text Example
White with #A560AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560AC; }
p { color: rgb(165,96,172); }
H1.HeaderClassName
{
color: #A560AC;
}
.AnyTagClassName
{
color: #A560AC;
}
</style>
background-color css
<style>
a { background-color: #A560AC; }
a { background-color: rgb(165,96,172); }
div.DivClassName
{
background-color: #A560AC;
}
.BgClassName
{
background-color: #A560AC;
}
</style>
border-color css
<style>
span { border-color: #A560AC; }
span { border-color: rgb(165,96,172); }
td.TdClassName
{
border-color: #A560AC;
}
.TagClassName
{
border-color: #A560AC;
}
</style>