Shades of Violet Blue #A05D9A
Tints of Violet Blue #A05D9A
RGB
CMYK
RGB Variations
Color information
#A05D9A (or 0xA05D9A) is known color: Violet Blue. HEX triplet: A0, 5D and 9A. RGB value is (160,93,154). Sum of RGB (Red+Green+Blue) = 160+93+154=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D9A is #5FA265. Grayscale: #777777. Windows color (decimal): -6267494 or 10116512. OLE color: 10116512.
HSL color Cylindrical-coordinate representation of color #A05D9A: hue angle of 305.37º 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 #A05D9A is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 154 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.37 |
| HSL | 305.37º | 0.26% | 0.5% | - |
| HSV(B) | 305.37º | 0.42% | 0.63% | - |
| XYZ | 24.24 | 17.64 | 32.7 | - |
| YUV | 119.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 154 | 0 | 0.42 | 0.04 | 0.37 | 305.37 | 0.26 | 0.5 |
| Hex | A0 | 5D | 9A | 0 | 2A | 4 | 25 | 131 | 1A | 32 |
| Octal | 240 | 135 | 232 | 0 | 52 | 4 | 45 | 461 | 32 | 62 |
| Binary | 10100000 | 1011101 | 10011010 | 0 | 101010 | 100 | 100101 | 100110001 | 11010 | 110010 |
Color Harmonies of #A05D9A
Complementary color
Monochromatic Colors of #A05D9A
Black with #A05D9A
Text Example
Text Example
White with #A05D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D9A; }
p { color: rgb(160,93,154); }
H1.HeaderClassName
{
color: #A05D9A;
}
.AnyTagClassName
{
color: #A05D9A;
}
</style>
background-color css
<style>
a { background-color: #A05D9A; }
a { background-color: rgb(160,93,154); }
div.DivClassName
{
background-color: #A05D9A;
}
.BgClassName
{
background-color: #A05D9A;
}
</style>
border-color css
<style>
span { border-color: #A05D9A; }
span { border-color: rgb(160,93,154); }
td.TdClassName
{
border-color: #A05D9A;
}
.TagClassName
{
border-color: #A05D9A;
}
</style>