Shades of Violet Blue #A05699
Tints of Violet Blue #A05699
RGB
CMYK
RGB Variations
Color information
#A05699 (or 0xA05699) is known color: Violet Blue. HEX triplet: A0, 56 and 99. RGB value is (160,86,153). Sum of RGB (Red+Green+Blue) = 160+86+153=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A05699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05699 is #5FA966. Grayscale: #737373. Windows color (decimal): -6269287 or 10049184. OLE color: 10049184.
HSL color Cylindrical-coordinate representation of color #A05699: hue angle of 305.68º 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 #A05699 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 153 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.37 |
| HSL | 305.68º | 0.3% | 0.48% | - |
| HSV(B) | 305.68º | 0.46% | 0.63% | - |
| XYZ | 23.57 | 16.43 | 32.07 | - |
| YUV | 115.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 153 | 0 | 0.46 | 0.04 | 0.37 | 305.68 | 0.3 | 0.48 |
| Hex | A0 | 56 | 99 | 0 | 2E | 4 | 25 | 132 | 1E | 30 |
| Octal | 240 | 126 | 231 | 0 | 56 | 4 | 45 | 462 | 36 | 60 |
| Binary | 10100000 | 1010110 | 10011001 | 0 | 101110 | 100 | 100101 | 100110010 | 11110 | 110000 |
Color Harmonies of #A05699
Complementary color
Monochromatic Colors of #A05699
Black with #A05699
Text Example
Text Example
White with #A05699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05699; }
p { color: rgb(160,86,153); }
H1.HeaderClassName
{
color: #A05699;
}
.AnyTagClassName
{
color: #A05699;
}
</style>
background-color css
<style>
a { background-color: #A05699; }
a { background-color: rgb(160,86,153); }
div.DivClassName
{
background-color: #A05699;
}
.BgClassName
{
background-color: #A05699;
}
</style>
border-color css
<style>
span { border-color: #A05699; }
span { border-color: rgb(160,86,153); }
td.TdClassName
{
border-color: #A05699;
}
.TagClassName
{
border-color: #A05699;
}
</style>