Shades of Violet Blue #A05D9C
Tints of Violet Blue #A05D9C
RGB
CMYK
RGB Variations
Color information
#A05D9C (or 0xA05D9C) is known color: Violet Blue. HEX triplet: A0, 5D and 9C. RGB value is (160,93,156). Sum of RGB (Red+Green+Blue) = 160+93+156=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D9C is #5FA263. Grayscale: #787878. Windows color (decimal): -6267492 or 10247584. OLE color: 10247584.
HSL color Cylindrical-coordinate representation of color #A05D9C: hue angle of 303.58º 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 #A05D9C is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 156 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.37 |
| HSL | 303.58º | 0.26% | 0.5% | - |
| HSV(B) | 303.58º | 0.42% | 0.63% | - |
| XYZ | 24.41 | 17.7 | 33.58 | - |
| YUV | 120.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 156 | 0 | 0.42 | 0.02 | 0.37 | 303.58 | 0.26 | 0.5 |
| Hex | A0 | 5D | 9C | 0 | 2A | 2 | 25 | 130 | 1A | 32 |
| Octal | 240 | 135 | 234 | 0 | 52 | 2 | 45 | 460 | 32 | 62 |
| Binary | 10100000 | 1011101 | 10011100 | 0 | 101010 | 10 | 100101 | 100110000 | 11010 | 110010 |
Color Harmonies of #A05D9C
Complementary color
Monochromatic Colors of #A05D9C
Black with #A05D9C
Text Example
Text Example
White with #A05D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D9C; }
p { color: rgb(160,93,156); }
H1.HeaderClassName
{
color: #A05D9C;
}
.AnyTagClassName
{
color: #A05D9C;
}
</style>
background-color css
<style>
a { background-color: #A05D9C; }
a { background-color: rgb(160,93,156); }
div.DivClassName
{
background-color: #A05D9C;
}
.BgClassName
{
background-color: #A05D9C;
}
</style>
border-color css
<style>
span { border-color: #A05D9C; }
span { border-color: rgb(160,93,156); }
td.TdClassName
{
border-color: #A05D9C;
}
.TagClassName
{
border-color: #A05D9C;
}
</style>