Shades of Violet Blue #A44CAE
Tints of Violet Blue #A44CAE
RGB
CMYK
RGB Variations
Color information
#A44CAE (or 0xA44CAE) is known color: Violet Blue. HEX triplet: A4, 4C and AE. RGB value is (164,76,174). Sum of RGB (Red+Green+Blue) = 164+76+174=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44CAE is #5BB351. Grayscale: #717171. Windows color (decimal): -6009682 or 11422884. OLE color: 11422884.
HSL color Cylindrical-coordinate representation of color #A44CAE: hue angle of 293.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44CAE is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 76 | 174 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.32 |
| HSL | 293.88º | 0.39% | 0.49% | - |
| HSV(B) | 293.88º | 0.56% | 0.68% | - |
| XYZ | 25.53 | 16.12 | 41.81 | - |
| YUV | 113.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 174 | 0.06 | 0.56 | 0 | 0.32 | 293.88 | 0.39 | 0.49 |
| Hex | A4 | 4C | AE | 6 | 38 | 0 | 20 | 126 | 27 | 31 |
| Octal | 244 | 114 | 256 | 6 | 70 | 0 | 40 | 446 | 47 | 61 |
| Binary | 10100100 | 1001100 | 10101110 | 110 | 111000 | 0 | 100000 | 100100110 | 100111 | 110001 |
Color Harmonies of #A44CAE
Complementary color
Monochromatic Colors of #A44CAE
Black with #A44CAE
Text Example
Text Example
White with #A44CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CAE; }
p { color: rgb(164,76,174); }
H1.HeaderClassName
{
color: #A44CAE;
}
.AnyTagClassName
{
color: #A44CAE;
}
</style>
background-color css
<style>
a { background-color: #A44CAE; }
a { background-color: rgb(164,76,174); }
div.DivClassName
{
background-color: #A44CAE;
}
.BgClassName
{
background-color: #A44CAE;
}
</style>
border-color css
<style>
span { border-color: #A44CAE; }
span { border-color: rgb(164,76,174); }
td.TdClassName
{
border-color: #A44CAE;
}
.TagClassName
{
border-color: #A44CAE;
}
</style>