Shades of Violet Blue #A45190
Tints of Violet Blue #A45190
RGB
CMYK
RGB Variations
Color information
#A45190 (or 0xA45190) is known color: Violet Blue. HEX triplet: A4, 51 and 90. RGB value is (164,81,144). Sum of RGB (Red+Green+Blue) = 164+81+144=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45190 is #5BAE6F. Grayscale: #707070. Windows color (decimal): -6008432 or 9458084. OLE color: 9458084.
HSL color Cylindrical-coordinate representation of color #A45190: hue angle of 314.46º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45190 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 144 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.36 |
| HSL | 314.46º | 0.34% | 0.48% | - |
| HSV(B) | 314.46º | 0.51% | 0.64% | - |
| XYZ | 23.29 | 15.79 | 28.21 | - |
| YUV | 113 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 144 | 0 | 0.51 | 0.12 | 0.36 | 314.46 | 0.34 | 0.48 |
| Hex | A4 | 51 | 90 | 0 | 33 | C | 24 | 13A | 22 | 30 |
| Octal | 244 | 121 | 220 | 0 | 63 | 14 | 44 | 472 | 42 | 60 |
| Binary | 10100100 | 1010001 | 10010000 | 0 | 110011 | 1100 | 100100 | 100111010 | 100010 | 110000 |
Color Harmonies of #A45190
Complementary color
Monochromatic Colors of #A45190
Black with #A45190
Text Example
Text Example
White with #A45190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45190; }
p { color: rgb(164,81,144); }
H1.HeaderClassName
{
color: #A45190;
}
.AnyTagClassName
{
color: #A45190;
}
</style>
background-color css
<style>
a { background-color: #A45190; }
a { background-color: rgb(164,81,144); }
div.DivClassName
{
background-color: #A45190;
}
.BgClassName
{
background-color: #A45190;
}
</style>
border-color css
<style>
span { border-color: #A45190; }
span { border-color: rgb(164,81,144); }
td.TdClassName
{
border-color: #A45190;
}
.TagClassName
{
border-color: #A45190;
}
</style>