Shades of Violet Blue #A05DAB
Tints of Violet Blue #A05DAB
RGB
CMYK
RGB Variations
Color information
#A05DAB (or 0xA05DAB) is known color: Violet Blue. HEX triplet: A0, 5D and AB. RGB value is (160,93,171). Sum of RGB (Red+Green+Blue) = 160+93+171=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAB is #5FA254. Grayscale: #797979. Windows color (decimal): -6267477 or 11230624. OLE color: 11230624.
HSL color Cylindrical-coordinate representation of color #A05DAB: hue angle of 291.54º 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 #A05DAB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 93 | 171 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 291.54º | 0.32% | 0.52% | - |
| HSV(B) | 291.54º | 0.46% | 0.67% | - |
| XYZ | 25.76 | 18.24 | 40.69 | - |
| YUV | 121.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 171 | 0.06 | 0.46 | 0 | 0.33 | 291.54 | 0.32 | 0.52 |
| Hex | A0 | 5D | AB | 6 | 2E | 0 | 21 | 124 | 20 | 34 |
| Octal | 240 | 135 | 253 | 6 | 56 | 0 | 41 | 444 | 40 | 64 |
| Binary | 10100000 | 1011101 | 10101011 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110100 |
Color Harmonies of #A05DAB
Complementary color
Monochromatic Colors of #A05DAB
Black with #A05DAB
Text Example
Text Example
White with #A05DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DAB; }
p { color: rgb(160,93,171); }
H1.HeaderClassName
{
color: #A05DAB;
}
.AnyTagClassName
{
color: #A05DAB;
}
</style>
background-color css
<style>
a { background-color: #A05DAB; }
a { background-color: rgb(160,93,171); }
div.DivClassName
{
background-color: #A05DAB;
}
.BgClassName
{
background-color: #A05DAB;
}
</style>
border-color css
<style>
span { border-color: #A05DAB; }
span { border-color: rgb(160,93,171); }
td.TdClassName
{
border-color: #A05DAB;
}
.TagClassName
{
border-color: #A05DAB;
}
</style>