Shades of Violet Blue #A0569B
Tints of Violet Blue #A0569B
RGB
CMYK
RGB Variations
Color information
#A0569B (or 0xA0569B) is known color: Violet Blue. HEX triplet: A0, 56 and 9B. RGB value is (160,86,155). Sum of RGB (Red+Green+Blue) = 160+86+155=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0569B is #5FA964. Grayscale: #737373. Windows color (decimal): -6269285 or 10180256. OLE color: 10180256.
HSL color Cylindrical-coordinate representation of color #A0569B: hue angle of 304.05º 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 #A0569B is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 155 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.37 |
| HSL | 304.05º | 0.3% | 0.48% | - |
| HSV(B) | 304.05º | 0.46% | 0.63% | - |
| XYZ | 23.74 | 16.5 | 32.94 | - |
| YUV | 115.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 155 | 0 | 0.46 | 0.03 | 0.37 | 304.05 | 0.3 | 0.48 |
| Hex | A0 | 56 | 9B | 0 | 2E | 3 | 25 | 130 | 1E | 30 |
| Octal | 240 | 126 | 233 | 0 | 56 | 3 | 45 | 460 | 36 | 60 |
| Binary | 10100000 | 1010110 | 10011011 | 0 | 101110 | 11 | 100101 | 100110000 | 11110 | 110000 |
Color Harmonies of #A0569B
Complementary color
Monochromatic Colors of #A0569B
Black with #A0569B
Text Example
Text Example
White with #A0569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0569B; }
p { color: rgb(160,86,155); }
H1.HeaderClassName
{
color: #A0569B;
}
.AnyTagClassName
{
color: #A0569B;
}
</style>
background-color css
<style>
a { background-color: #A0569B; }
a { background-color: rgb(160,86,155); }
div.DivClassName
{
background-color: #A0569B;
}
.BgClassName
{
background-color: #A0569B;
}
</style>
border-color css
<style>
span { border-color: #A0569B; }
span { border-color: rgb(160,86,155); }
td.TdClassName
{
border-color: #A0569B;
}
.TagClassName
{
border-color: #A0569B;
}
</style>