Shades of Violet Blue #AC5AAB
Tints of Violet Blue #AC5AAB
RGB
CMYK
RGB Variations
Color information
#AC5AAB (or 0xAC5AAB) is known color: Violet Blue. HEX triplet: AC, 5A and AB. RGB value is (172,90,171). Sum of RGB (Red+Green+Blue) = 172+90+171=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AAB is #53A554. Grayscale: #7B7B7B. Windows color (decimal): -5481813 or 11229868. OLE color: 11229868.
HSL color Cylindrical-coordinate representation of color #AC5AAB: hue angle of 300.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5AAB is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 171 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.33 |
| HSL | 300.73º | 0.33% | 0.51% | - |
| HSV(B) | 300.73º | 0.48% | 0.67% | - |
| XYZ | 28.02 | 19.02 | 40.72 | - |
| YUV | 123.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 171 | 0 | 0.48 | 0.01 | 0.33 | 300.73 | 0.33 | 0.51 |
| Hex | AC | 5A | AB | 0 | 30 | 1 | 21 | 12D | 21 | 33 |
| Octal | 254 | 132 | 253 | 0 | 60 | 1 | 41 | 455 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10101011 | 0 | 110000 | 1 | 100001 | 100101101 | 100001 | 110011 |
Color Harmonies of #AC5AAB
Complementary color
Monochromatic Colors of #AC5AAB
Black with #AC5AAB
Text Example
Text Example
White with #AC5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5AAB; }
p { color: rgb(172,90,171); }
H1.HeaderClassName
{
color: #AC5AAB;
}
.AnyTagClassName
{
color: #AC5AAB;
}
</style>
background-color css
<style>
a { background-color: #AC5AAB; }
a { background-color: rgb(172,90,171); }
div.DivClassName
{
background-color: #AC5AAB;
}
.BgClassName
{
background-color: #AC5AAB;
}
</style>
border-color css
<style>
span { border-color: #AC5AAB; }
span { border-color: rgb(172,90,171); }
td.TdClassName
{
border-color: #AC5AAB;
}
.TagClassName
{
border-color: #AC5AAB;
}
</style>