Shades of Violet Blue #A0568D
Tints of Violet Blue #A0568D
RGB
CMYK
RGB Variations
Color information
#A0568D (or 0xA0568D) is known color: Violet Blue. HEX triplet: A0, 56 and 8D. RGB value is (160,86,141). Sum of RGB (Red+Green+Blue) = 160+86+141=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0568D is #5FA972. Grayscale: #727272. Windows color (decimal): -6269299 or 9262752. OLE color: 9262752.
HSL color Cylindrical-coordinate representation of color #A0568D: hue angle of 315.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0568D is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 141 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.37 |
| HSL | 315.41º | 0.3% | 0.48% | - |
| HSV(B) | 315.41º | 0.46% | 0.63% | - |
| XYZ | 22.63 | 16.05 | 27.1 | - |
| YUV | 114.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 141 | 0 | 0.46 | 0.12 | 0.37 | 315.41 | 0.3 | 0.48 |
| Hex | A0 | 56 | 8D | 0 | 2E | C | 25 | 13B | 1E | 30 |
| Octal | 240 | 126 | 215 | 0 | 56 | 14 | 45 | 473 | 36 | 60 |
| Binary | 10100000 | 1010110 | 10001101 | 0 | 101110 | 1100 | 100101 | 100111011 | 11110 | 110000 |
Color Harmonies of #A0568D
Complementary color
Monochromatic Colors of #A0568D
Black with #A0568D
Text Example
Text Example
White with #A0568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0568D; }
p { color: rgb(160,86,141); }
H1.HeaderClassName
{
color: #A0568D;
}
.AnyTagClassName
{
color: #A0568D;
}
</style>
background-color css
<style>
a { background-color: #A0568D; }
a { background-color: rgb(160,86,141); }
div.DivClassName
{
background-color: #A0568D;
}
.BgClassName
{
background-color: #A0568D;
}
</style>
border-color css
<style>
span { border-color: #A0568D; }
span { border-color: rgb(160,86,141); }
td.TdClassName
{
border-color: #A0568D;
}
.TagClassName
{
border-color: #A0568D;
}
</style>