Shades of Violet Blue #AC44AB
Tints of Violet Blue #AC44AB
RGB
CMYK
RGB Variations
Color information
#AC44AB (or 0xAC44AB) is known color: Violet Blue. HEX triplet: AC, 44 and AB. RGB value is (172,68,171). Sum of RGB (Red+Green+Blue) = 172+68+171=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC44AB is #53BB54. Grayscale: #6E6E6E. Windows color (decimal): -5487445 or 11224236. OLE color: 11224236.
HSL color Cylindrical-coordinate representation of color #AC44AB: hue angle of 300.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC44AB is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 171 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.33 |
| HSL | 300.58º | 0.43% | 0.47% | - |
| HSV(B) | 300.58º | 0.6% | 0.67% | - |
| XYZ | 26.43 | 15.85 | 40.19 | - |
| YUV | 110.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 171 | 0 | 0.60 | 0.01 | 0.33 | 300.58 | 0.43 | 0.47 |
| Hex | AC | 44 | AB | 0 | 3C | 1 | 21 | 12D | 2B | 2F |
| Octal | 254 | 104 | 253 | 0 | 74 | 1 | 41 | 455 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10101011 | 0 | 111100 | 1 | 100001 | 100101101 | 101011 | 101111 |
Color Harmonies of #AC44AB
Complementary color
Monochromatic Colors of #AC44AB
Black with #AC44AB
Text Example
Text Example
White with #AC44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44AB; }
p { color: rgb(172,68,171); }
H1.HeaderClassName
{
color: #AC44AB;
}
.AnyTagClassName
{
color: #AC44AB;
}
</style>
background-color css
<style>
a { background-color: #AC44AB; }
a { background-color: rgb(172,68,171); }
div.DivClassName
{
background-color: #AC44AB;
}
.BgClassName
{
background-color: #AC44AB;
}
</style>
border-color css
<style>
span { border-color: #AC44AB; }
span { border-color: rgb(172,68,171); }
td.TdClassName
{
border-color: #AC44AB;
}
.TagClassName
{
border-color: #AC44AB;
}
</style>