Shades of Violet Blue #A44EA1
Tints of Violet Blue #A44EA1
RGB
CMYK
RGB Variations
Color information
#A44EA1 (or 0xA44EA1) is known color: Violet Blue. HEX triplet: A4, 4E and A1. RGB value is (164,78,161). Sum of RGB (Red+Green+Blue) = 164+78+161=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A44EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EA1 is #5BB15E. Grayscale: #707070. Windows color (decimal): -6009183 or 10571428. OLE color: 10571428.
HSL color Cylindrical-coordinate representation of color #A44EA1: hue angle of 302.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44EA1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 161 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.36 |
| HSL | 302.09º | 0.36% | 0.47% | - |
| HSV(B) | 302.09º | 0.52% | 0.64% | - |
| XYZ | 24.47 | 15.91 | 35.5 | - |
| YUV | 113.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 161 | 0 | 0.52 | 0.02 | 0.36 | 302.09 | 0.36 | 0.47 |
| Hex | A4 | 4E | A1 | 0 | 34 | 2 | 24 | 12E | 24 | 2F |
| Octal | 244 | 116 | 241 | 0 | 64 | 2 | 44 | 456 | 44 | 57 |
| Binary | 10100100 | 1001110 | 10100001 | 0 | 110100 | 10 | 100100 | 100101110 | 100100 | 101111 |
Color Harmonies of #A44EA1
Complementary color
Monochromatic Colors of #A44EA1
Black with #A44EA1
Text Example
Text Example
White with #A44EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44EA1; }
p { color: rgb(164,78,161); }
H1.HeaderClassName
{
color: #A44EA1;
}
.AnyTagClassName
{
color: #A44EA1;
}
</style>
background-color css
<style>
a { background-color: #A44EA1; }
a { background-color: rgb(164,78,161); }
div.DivClassName
{
background-color: #A44EA1;
}
.BgClassName
{
background-color: #A44EA1;
}
</style>
border-color css
<style>
span { border-color: #A44EA1; }
span { border-color: rgb(164,78,161); }
td.TdClassName
{
border-color: #A44EA1;
}
.TagClassName
{
border-color: #A44EA1;
}
</style>