Shades of Violet Blue #AC40AB
Tints of Violet Blue #AC40AB
RGB
CMYK
RGB Variations
Color information
#AC40AB (or 0xAC40AB) is known color: Violet Blue. HEX triplet: AC, 40 and AB. RGB value is (172,64,171). Sum of RGB (Red+Green+Blue) = 172+64+171=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AB is #53BF54. Grayscale: #6C6C6C. Windows color (decimal): -5488469 or 11223212. OLE color: 11223212.
HSL color Cylindrical-coordinate representation of color #AC40AB: hue angle of 300.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC40AB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 171 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.33 |
| HSL | 300.56º | 0.46% | 0.46% | - |
| HSV(B) | 300.56º | 0.63% | 0.67% | - |
| XYZ | 26.2 | 15.38 | 40.12 | - |
| YUV | 108.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 171 | 0 | 0.63 | 0.01 | 0.33 | 300.56 | 0.46 | 0.46 |
| Hex | AC | 40 | AB | 0 | 3F | 1 | 21 | 12D | 2E | 2E |
| Octal | 254 | 100 | 253 | 0 | 77 | 1 | 41 | 455 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10101011 | 0 | 111111 | 1 | 100001 | 100101101 | 101110 | 101110 |
Color Harmonies of #AC40AB
Complementary color
Monochromatic Colors of #AC40AB
Black with #AC40AB
Text Example
Text Example
White with #AC40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40AB; }
p { color: rgb(172,64,171); }
H1.HeaderClassName
{
color: #AC40AB;
}
.AnyTagClassName
{
color: #AC40AB;
}
</style>
background-color css
<style>
a { background-color: #AC40AB; }
a { background-color: rgb(172,64,171); }
div.DivClassName
{
background-color: #AC40AB;
}
.BgClassName
{
background-color: #AC40AB;
}
</style>
border-color css
<style>
span { border-color: #AC40AB; }
span { border-color: rgb(172,64,171); }
td.TdClassName
{
border-color: #AC40AB;
}
.TagClassName
{
border-color: #AC40AB;
}
</style>