Shades of Violet Blue #A05A90
Tints of Violet Blue #A05A90
RGB
CMYK
RGB Variations
Color information
#A05A90 (or 0xA05A90) is known color: Violet Blue. HEX triplet: A0, 5A and 90. RGB value is (160,90,144). Sum of RGB (Red+Green+Blue) = 160+90+144=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A90 is #5FA56F. Grayscale: #747474. Windows color (decimal): -6268272 or 9460384. OLE color: 9460384.
HSL color Cylindrical-coordinate representation of color #A05A90: hue angle of 313.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05A90 is Cyan = 0, Magento = 0.44, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 144 | - |
| CMYK | 0 | 0.44 | 0.1 | 0.37 |
| HSL | 313.71º | 0.28% | 0.49% | - |
| HSV(B) | 313.71º | 0.44% | 0.63% | - |
| XYZ | 23.19 | 16.8 | 28.41 | - |
| YUV | 117.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 144 | 0 | 0.44 | 0.1 | 0.37 | 313.71 | 0.28 | 0.49 |
| Hex | A0 | 5A | 90 | 0 | 2C | A | 25 | 13A | 1C | 31 |
| Octal | 240 | 132 | 220 | 0 | 54 | 12 | 45 | 472 | 34 | 61 |
| Binary | 10100000 | 1011010 | 10010000 | 0 | 101100 | 1010 | 100101 | 100111010 | 11100 | 110001 |
Color Harmonies of #A05A90
Complementary color
Monochromatic Colors of #A05A90
Black with #A05A90
Text Example
Text Example
White with #A05A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A90; }
p { color: rgb(160,90,144); }
H1.HeaderClassName
{
color: #A05A90;
}
.AnyTagClassName
{
color: #A05A90;
}
</style>
background-color css
<style>
a { background-color: #A05A90; }
a { background-color: rgb(160,90,144); }
div.DivClassName
{
background-color: #A05A90;
}
.BgClassName
{
background-color: #A05A90;
}
</style>
border-color css
<style>
span { border-color: #A05A90; }
span { border-color: rgb(160,90,144); }
td.TdClassName
{
border-color: #A05A90;
}
.TagClassName
{
border-color: #A05A90;
}
</style>