Shades of Violet Blue #A05DA0
Tints of Violet Blue #A05DA0
RGB
CMYK
RGB Variations
Color information
#A05DA0 (or 0xA05DA0) is known color: Violet Blue. HEX triplet: A0, 5D and A0. RGB value is (160,93,160). Sum of RGB (Red+Green+Blue) = 160+93+160=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A05DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DA0 is #5FA25F. Grayscale: #787878. Windows color (decimal): -6267488 or 10509728. OLE color: 10509728.
HSL color Cylindrical-coordinate representation of color #A05DA0: hue angle of 300º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05DA0 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 160 | - |
| CMYK | 0 | 0.42 | 0 | 0.37 |
| HSL | 300º | 0.26% | 0.5% | - |
| HSV(B) | 300º | 0.42% | 0.63% | - |
| XYZ | 24.76 | 17.84 | 35.4 | - |
| YUV | 120.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 160 | 0 | 0.42 | 0 | 0.37 | 300 | 0.26 | 0.5 |
| Hex | A0 | 5D | A0 | 0 | 2A | 0 | 25 | 12C | 1A | 32 |
| Octal | 240 | 135 | 240 | 0 | 52 | 0 | 45 | 454 | 32 | 62 |
| Binary | 10100000 | 1011101 | 10100000 | 0 | 101010 | 0 | 100101 | 100101100 | 11010 | 110010 |
Color Harmonies of #A05DA0
Complementary color
Monochromatic Colors of #A05DA0
Black with #A05DA0
Text Example
Text Example
White with #A05DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DA0; }
p { color: rgb(160,93,160); }
H1.HeaderClassName
{
color: #A05DA0;
}
.AnyTagClassName
{
color: #A05DA0;
}
</style>
background-color css
<style>
a { background-color: #A05DA0; }
a { background-color: rgb(160,93,160); }
div.DivClassName
{
background-color: #A05DA0;
}
.BgClassName
{
background-color: #A05DA0;
}
</style>
border-color css
<style>
span { border-color: #A05DA0; }
span { border-color: rgb(160,93,160); }
td.TdClassName
{
border-color: #A05DA0;
}
.TagClassName
{
border-color: #A05DA0;
}
</style>