Shades of Violet Blue #A44CAC
Tints of Violet Blue #A44CAC
RGB
CMYK
RGB Variations
Color information
#A44CAC (or 0xA44CAC) is known color: Violet Blue. HEX triplet: A4, 4C and AC. RGB value is (164,76,172). Sum of RGB (Red+Green+Blue) = 164+76+172=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #A44CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44CAC is #5BB353. Grayscale: #707070. Windows color (decimal): -6009684 or 11291812. OLE color: 11291812.
HSL color Cylindrical-coordinate representation of color #A44CAC: hue angle of 295º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44CAC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 76 | 172 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.33 |
| HSL | 295º | 0.39% | 0.49% | - |
| HSV(B) | 295º | 0.56% | 0.67% | - |
| XYZ | 25.34 | 16.04 | 40.79 | - |
| YUV | 113.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 172 | 0.05 | 0.56 | 0 | 0.33 | 295 | 0.39 | 0.49 |
| Hex | A4 | 4C | AC | 5 | 38 | 0 | 21 | 127 | 27 | 31 |
| Octal | 244 | 114 | 254 | 5 | 70 | 0 | 41 | 447 | 47 | 61 |
| Binary | 10100100 | 1001100 | 10101100 | 101 | 111000 | 0 | 100001 | 100100111 | 100111 | 110001 |
Color Harmonies of #A44CAC
Complementary color
Monochromatic Colors of #A44CAC
Black with #A44CAC
Text Example
Text Example
White with #A44CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CAC; }
p { color: rgb(164,76,172); }
H1.HeaderClassName
{
color: #A44CAC;
}
.AnyTagClassName
{
color: #A44CAC;
}
</style>
background-color css
<style>
a { background-color: #A44CAC; }
a { background-color: rgb(164,76,172); }
div.DivClassName
{
background-color: #A44CAC;
}
.BgClassName
{
background-color: #A44CAC;
}
</style>
border-color css
<style>
span { border-color: #A44CAC; }
span { border-color: rgb(164,76,172); }
td.TdClassName
{
border-color: #A44CAC;
}
.TagClassName
{
border-color: #A44CAC;
}
</style>