Shades of Violet Blue #AC71AB
Tints of Violet Blue #AC71AB
RGB
CMYK
RGB Variations
Color information
#AC71AB (or 0xAC71AB) is known color: Violet Blue. HEX triplet: AC, 71 and AB. RGB value is (172,113,171). Sum of RGB (Red+Green+Blue) = 172+113+171=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71AB is #538E54. Grayscale: #898989. Windows color (decimal): -5475925 or 11235756. OLE color: 11235756.
HSL color Cylindrical-coordinate representation of color #AC71AB: hue angle of 301.02º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC71AB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 171 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.33 |
| HSL | 301.02º | 0.26% | 0.56% | - |
| HSV(B) | 301.02º | 0.34% | 0.67% | - |
| XYZ | 30.27 | 23.52 | 41.47 | - |
| YUV | 137.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 171 | 0 | 0.34 | 0.01 | 0.33 | 301.02 | 0.26 | 0.56 |
| Hex | AC | 71 | AB | 0 | 22 | 1 | 21 | 12D | 1A | 38 |
| Octal | 254 | 161 | 253 | 0 | 42 | 1 | 41 | 455 | 32 | 70 |
| Binary | 10101100 | 1110001 | 10101011 | 0 | 100010 | 1 | 100001 | 100101101 | 11010 | 111000 |
Color Harmonies of #AC71AB
Complementary color
Monochromatic Colors of #AC71AB
Black with #AC71AB
Text Example
Text Example
White with #AC71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71AB; }
p { color: rgb(172,113,171); }
H1.HeaderClassName
{
color: #AC71AB;
}
.AnyTagClassName
{
color: #AC71AB;
}
</style>
background-color css
<style>
a { background-color: #AC71AB; }
a { background-color: rgb(172,113,171); }
div.DivClassName
{
background-color: #AC71AB;
}
.BgClassName
{
background-color: #AC71AB;
}
</style>
border-color css
<style>
span { border-color: #AC71AB; }
span { border-color: rgb(172,113,171); }
td.TdClassName
{
border-color: #AC71AB;
}
.TagClassName
{
border-color: #AC71AB;
}
</style>