Shades of Violet Blue #A05DAA
Tints of Violet Blue #A05DAA
RGB
CMYK
RGB Variations
Color information
#A05DAA (or 0xA05DAA) is known color: Violet Blue. HEX triplet: A0, 5D and AA. RGB value is (160,93,170). Sum of RGB (Red+Green+Blue) = 160+93+170=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A05DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAA is #5FA255. Grayscale: #797979. Windows color (decimal): -6267478 or 11165088. OLE color: 11165088.
HSL color Cylindrical-coordinate representation of color #A05DAA: hue angle of 292.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A05DAA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 93 | 170 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.33 |
| HSL | 292.21º | 0.31% | 0.52% | - |
| HSV(B) | 292.21º | 0.45% | 0.67% | - |
| XYZ | 25.67 | 18.2 | 40.19 | - |
| YUV | 121.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 170 | 0.06 | 0.45 | 0 | 0.33 | 292.21 | 0.31 | 0.52 |
| Hex | A0 | 5D | AA | 6 | 2D | 0 | 21 | 124 | 1F | 34 |
| Octal | 240 | 135 | 252 | 6 | 55 | 0 | 41 | 444 | 37 | 64 |
| Binary | 10100000 | 1011101 | 10101010 | 110 | 101101 | 0 | 100001 | 100100100 | 11111 | 110100 |
Color Harmonies of #A05DAA
Complementary color
Monochromatic Colors of #A05DAA
Black with #A05DAA
Text Example
Text Example
White with #A05DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DAA; }
p { color: rgb(160,93,170); }
H1.HeaderClassName
{
color: #A05DAA;
}
.AnyTagClassName
{
color: #A05DAA;
}
</style>
background-color css
<style>
a { background-color: #A05DAA; }
a { background-color: rgb(160,93,170); }
div.DivClassName
{
background-color: #A05DAA;
}
.BgClassName
{
background-color: #A05DAA;
}
</style>
border-color css
<style>
span { border-color: #A05DAA; }
span { border-color: rgb(160,93,170); }
td.TdClassName
{
border-color: #A05DAA;
}
.TagClassName
{
border-color: #A05DAA;
}
</style>