Shades of Violet Blue #A45490
Tints of Violet Blue #A45490
RGB
CMYK
RGB Variations
Color information
#A45490 (or 0xA45490) is known color: Violet Blue. HEX triplet: A4, 54 and 90. RGB value is (164,84,144). Sum of RGB (Red+Green+Blue) = 164+84+144=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A45490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45490 is #5BAB6F. Grayscale: #727272. Windows color (decimal): -6007664 or 9458852. OLE color: 9458852.
HSL color Cylindrical-coordinate representation of color #A45490: hue angle of 315º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45490 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 144 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.36 |
| HSL | 315º | 0.32% | 0.49% | - |
| HSV(B) | 315º | 0.49% | 0.64% | - |
| XYZ | 23.51 | 16.25 | 28.28 | - |
| YUV | 114.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 144 | 0 | 0.49 | 0.12 | 0.36 | 315 | 0.32 | 0.49 |
| Hex | A4 | 54 | 90 | 0 | 31 | C | 24 | 13B | 20 | 31 |
| Octal | 244 | 124 | 220 | 0 | 61 | 14 | 44 | 473 | 40 | 61 |
| Binary | 10100100 | 1010100 | 10010000 | 0 | 110001 | 1100 | 100100 | 100111011 | 100000 | 110001 |
Color Harmonies of #A45490
Complementary color
Monochromatic Colors of #A45490
Black with #A45490
Text Example
Text Example
White with #A45490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45490; }
p { color: rgb(164,84,144); }
H1.HeaderClassName
{
color: #A45490;
}
.AnyTagClassName
{
color: #A45490;
}
</style>
background-color css
<style>
a { background-color: #A45490; }
a { background-color: rgb(164,84,144); }
div.DivClassName
{
background-color: #A45490;
}
.BgClassName
{
background-color: #A45490;
}
</style>
border-color css
<style>
span { border-color: #A45490; }
span { border-color: rgb(164,84,144); }
td.TdClassName
{
border-color: #A45490;
}
.TagClassName
{
border-color: #A45490;
}
</style>