Shades of Violet Blue #AC41AB
Tints of Violet Blue #AC41AB
RGB
CMYK
RGB Variations
Color information
#AC41AB (or 0xAC41AB) is known color: Violet Blue. HEX triplet: AC, 41 and AB. RGB value is (172,65,171). Sum of RGB (Red+Green+Blue) = 172+65+171=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41AB is #53BE54. Grayscale: #6C6C6C. Windows color (decimal): -5488213 or 11223468. OLE color: 11223468.
HSL color Cylindrical-coordinate representation of color #AC41AB: hue angle of 300.56º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC41AB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 171 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.33 |
| HSL | 300.56º | 0.45% | 0.46% | - |
| HSV(B) | 300.56º | 0.62% | 0.67% | - |
| XYZ | 26.25 | 15.49 | 40.13 | - |
| YUV | 109.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 171 | 0 | 0.62 | 0.01 | 0.33 | 300.56 | 0.45 | 0.46 |
| Hex | AC | 41 | AB | 0 | 3E | 1 | 21 | 12D | 2D | 2E |
| Octal | 254 | 101 | 253 | 0 | 76 | 1 | 41 | 455 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10101011 | 0 | 111110 | 1 | 100001 | 100101101 | 101101 | 101110 |
Color Harmonies of #AC41AB
Complementary color
Monochromatic Colors of #AC41AB
Black with #AC41AB
Text Example
Text Example
White with #AC41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC41AB; }
p { color: rgb(172,65,171); }
H1.HeaderClassName
{
color: #AC41AB;
}
.AnyTagClassName
{
color: #AC41AB;
}
</style>
background-color css
<style>
a { background-color: #AC41AB; }
a { background-color: rgb(172,65,171); }
div.DivClassName
{
background-color: #AC41AB;
}
.BgClassName
{
background-color: #AC41AB;
}
</style>
border-color css
<style>
span { border-color: #AC41AB; }
span { border-color: rgb(172,65,171); }
td.TdClassName
{
border-color: #AC41AB;
}
.TagClassName
{
border-color: #AC41AB;
}
</style>