Shades of Violet Blue #A05DAC
Tints of Violet Blue #A05DAC
RGB
CMYK
RGB Variations
Color information
#A05DAC (or 0xA05DAC) is known color: Violet Blue. HEX triplet: A0, 5D and AC. RGB value is (160,93,172). Sum of RGB (Red+Green+Blue) = 160+93+172=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A05DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAC is #5FA253. Grayscale: #797979. Windows color (decimal): -6267476 or 11296160. OLE color: 11296160.
HSL color Cylindrical-coordinate representation of color #A05DAC: hue angle of 290.89º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05DAC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 93 | 172 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.33 |
| HSL | 290.89º | 0.32% | 0.52% | - |
| HSV(B) | 290.89º | 0.46% | 0.67% | - |
| XYZ | 25.86 | 18.28 | 41.2 | - |
| YUV | 122.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 172 | 0.07 | 0.46 | 0 | 0.33 | 290.89 | 0.32 | 0.52 |
| Hex | A0 | 5D | AC | 7 | 2E | 0 | 21 | 123 | 20 | 34 |
| Octal | 240 | 135 | 254 | 7 | 56 | 0 | 41 | 443 | 40 | 64 |
| Binary | 10100000 | 1011101 | 10101100 | 111 | 101110 | 0 | 100001 | 100100011 | 100000 | 110100 |
Color Harmonies of #A05DAC
Complementary color
Monochromatic Colors of #A05DAC
Black with #A05DAC
Text Example
Text Example
White with #A05DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DAC; }
p { color: rgb(160,93,172); }
H1.HeaderClassName
{
color: #A05DAC;
}
.AnyTagClassName
{
color: #A05DAC;
}
</style>
background-color css
<style>
a { background-color: #A05DAC; }
a { background-color: rgb(160,93,172); }
div.DivClassName
{
background-color: #A05DAC;
}
.BgClassName
{
background-color: #A05DAC;
}
</style>
border-color css
<style>
span { border-color: #A05DAC; }
span { border-color: rgb(160,93,172); }
td.TdClassName
{
border-color: #A05DAC;
}
.TagClassName
{
border-color: #A05DAC;
}
</style>