Shades of Violet Blue #A45BA1
Tints of Violet Blue #A45BA1
RGB
CMYK
RGB Variations
Color information
#A45BA1 (or 0xA45BA1) is known color: Violet Blue. HEX triplet: A4, 5B and A1. RGB value is (164,91,161). Sum of RGB (Red+Green+Blue) = 164+91+161=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A45BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BA1 is #5BA45E. Grayscale: #787878. Windows color (decimal): -6005855 or 10574756. OLE color: 10574756.
HSL color Cylindrical-coordinate representation of color #A45BA1: hue angle of 302.47º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45BA1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 161 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.36 |
| HSL | 302.47º | 0.29% | 0.5% | - |
| HSV(B) | 302.47º | 0.45% | 0.64% | - |
| XYZ | 25.48 | 17.95 | 35.84 | - |
| YUV | 120.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 161 | 0 | 0.45 | 0.02 | 0.36 | 302.47 | 0.29 | 0.5 |
| Hex | A4 | 5B | A1 | 0 | 2D | 2 | 24 | 12E | 1D | 32 |
| Octal | 244 | 133 | 241 | 0 | 55 | 2 | 44 | 456 | 35 | 62 |
| Binary | 10100100 | 1011011 | 10100001 | 0 | 101101 | 10 | 100100 | 100101110 | 11101 | 110010 |
Color Harmonies of #A45BA1
Complementary color
Monochromatic Colors of #A45BA1
Black with #A45BA1
Text Example
Text Example
White with #A45BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BA1; }
p { color: rgb(164,91,161); }
H1.HeaderClassName
{
color: #A45BA1;
}
.AnyTagClassName
{
color: #A45BA1;
}
</style>
background-color css
<style>
a { background-color: #A45BA1; }
a { background-color: rgb(164,91,161); }
div.DivClassName
{
background-color: #A45BA1;
}
.BgClassName
{
background-color: #A45BA1;
}
</style>
border-color css
<style>
span { border-color: #A45BA1; }
span { border-color: rgb(164,91,161); }
td.TdClassName
{
border-color: #A45BA1;
}
.TagClassName
{
border-color: #A45BA1;
}
</style>