Shades of Violet Blue #A459A1
Tints of Violet Blue #A459A1
RGB
CMYK
RGB Variations
Color information
#A459A1 (or 0xA459A1) is known color: Violet Blue. HEX triplet: A4, 59 and A1. RGB value is (164,89,161). Sum of RGB (Red+Green+Blue) = 164+89+161=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A459A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459A1 is #5BA65E. Grayscale: #777777. Windows color (decimal): -6006367 or 10574244. OLE color: 10574244.
HSL color Cylindrical-coordinate representation of color #A459A1: hue angle of 302.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A459A1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 161 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.36 |
| HSL | 302.4º | 0.3% | 0.5% | - |
| HSV(B) | 302.4º | 0.46% | 0.64% | - |
| XYZ | 25.32 | 17.61 | 35.78 | - |
| YUV | 119.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 161 | 0 | 0.46 | 0.02 | 0.36 | 302.4 | 0.3 | 0.5 |
| Hex | A4 | 59 | A1 | 0 | 2E | 2 | 24 | 12E | 1E | 32 |
| Octal | 244 | 131 | 241 | 0 | 56 | 2 | 44 | 456 | 36 | 62 |
| Binary | 10100100 | 1011001 | 10100001 | 0 | 101110 | 10 | 100100 | 100101110 | 11110 | 110010 |
Color Harmonies of #A459A1
Complementary color
Monochromatic Colors of #A459A1
Black with #A459A1
Text Example
Text Example
White with #A459A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459A1; }
p { color: rgb(164,89,161); }
H1.HeaderClassName
{
color: #A459A1;
}
.AnyTagClassName
{
color: #A459A1;
}
</style>
background-color css
<style>
a { background-color: #A459A1; }
a { background-color: rgb(164,89,161); }
div.DivClassName
{
background-color: #A459A1;
}
.BgClassName
{
background-color: #A459A1;
}
</style>
border-color css
<style>
span { border-color: #A459A1; }
span { border-color: rgb(164,89,161); }
td.TdClassName
{
border-color: #A459A1;
}
.TagClassName
{
border-color: #A459A1;
}
</style>