Shades of Violet Blue #A05399
Tints of Violet Blue #A05399
RGB
CMYK
RGB Variations
Color information
#A05399 (or 0xA05399) is known color: Violet Blue. HEX triplet: A0, 53 and 99. RGB value is (160,83,153). Sum of RGB (Red+Green+Blue) = 160+83+153=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A05399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05399 is #5FAC66. Grayscale: #717171. Windows color (decimal): -6270055 or 10048416. OLE color: 10048416.
HSL color Cylindrical-coordinate representation of color #A05399: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05399 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 153 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.37 |
| HSL | 305.45º | 0.32% | 0.48% | - |
| HSV(B) | 305.45º | 0.48% | 0.63% | - |
| XYZ | 23.34 | 15.96 | 31.99 | - |
| YUV | 114 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 153 | 0 | 0.48 | 0.04 | 0.37 | 305.45 | 0.32 | 0.48 |
| Hex | A0 | 53 | 99 | 0 | 30 | 4 | 25 | 131 | 20 | 30 |
| Octal | 240 | 123 | 231 | 0 | 60 | 4 | 45 | 461 | 40 | 60 |
| Binary | 10100000 | 1010011 | 10011001 | 0 | 110000 | 100 | 100101 | 100110001 | 100000 | 110000 |
Color Harmonies of #A05399
Complementary color
Monochromatic Colors of #A05399
Black with #A05399
Text Example
Text Example
White with #A05399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05399; }
p { color: rgb(160,83,153); }
H1.HeaderClassName
{
color: #A05399;
}
.AnyTagClassName
{
color: #A05399;
}
</style>
background-color css
<style>
a { background-color: #A05399; }
a { background-color: rgb(160,83,153); }
div.DivClassName
{
background-color: #A05399;
}
.BgClassName
{
background-color: #A05399;
}
</style>
border-color css
<style>
span { border-color: #A05399; }
span { border-color: rgb(160,83,153); }
td.TdClassName
{
border-color: #A05399;
}
.TagClassName
{
border-color: #A05399;
}
</style>