Shades of Violet Blue #AC57AA
Tints of Violet Blue #AC57AA
RGB
CMYK
RGB Variations
Color information
#AC57AA (or 0xAC57AA) is known color: Violet Blue. HEX triplet: AC, 57 and AA. RGB value is (172,87,170). Sum of RGB (Red+Green+Blue) = 172+87+170=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC57AA is #53A855. Grayscale: #797979. Windows color (decimal): -5482582 or 11163564. OLE color: 11163564.
HSL color Cylindrical-coordinate representation of color #AC57AA: hue angle of 301.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC57AA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 170 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.33 |
| HSL | 301.41º | 0.34% | 0.51% | - |
| HSV(B) | 301.41º | 0.49% | 0.67% | - |
| XYZ | 27.68 | 18.49 | 40.14 | - |
| YUV | 121.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 170 | 0 | 0.49 | 0.01 | 0.33 | 301.41 | 0.34 | 0.51 |
| Hex | AC | 57 | AA | 0 | 31 | 1 | 21 | 12D | 22 | 33 |
| Octal | 254 | 127 | 252 | 0 | 61 | 1 | 41 | 455 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10101010 | 0 | 110001 | 1 | 100001 | 100101101 | 100010 | 110011 |
Color Harmonies of #AC57AA
Complementary color
Monochromatic Colors of #AC57AA
Black with #AC57AA
Text Example
Text Example
White with #AC57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC57AA; }
p { color: rgb(172,87,170); }
H1.HeaderClassName
{
color: #AC57AA;
}
.AnyTagClassName
{
color: #AC57AA;
}
</style>
background-color css
<style>
a { background-color: #AC57AA; }
a { background-color: rgb(172,87,170); }
div.DivClassName
{
background-color: #AC57AA;
}
.BgClassName
{
background-color: #AC57AA;
}
</style>
border-color css
<style>
span { border-color: #AC57AA; }
span { border-color: rgb(172,87,170); }
td.TdClassName
{
border-color: #AC57AA;
}
.TagClassName
{
border-color: #AC57AA;
}
</style>