Shades of Violet Blue #AC45A0
Tints of Violet Blue #AC45A0
RGB
CMYK
RGB Variations
Color information
#AC45A0 (or 0xAC45A0) is known color: Violet Blue. HEX triplet: AC, 45 and A0. RGB value is (172,69,160). Sum of RGB (Red+Green+Blue) = 172+69+160=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC45A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC45A0 is #53BA5F. Grayscale: #6D6D6D. Windows color (decimal): -5487200 or 10503596. OLE color: 10503596.
HSL color Cylindrical-coordinate representation of color #AC45A0: hue angle of 306.99º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC45A0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 160 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.33 |
| HSL | 306.99º | 0.43% | 0.47% | - |
| HSV(B) | 306.99º | 0.6% | 0.67% | - |
| XYZ | 25.49 | 15.56 | 34.92 | - |
| YUV | 110.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 160 | 0 | 0.60 | 0.07 | 0.33 | 306.99 | 0.43 | 0.47 |
| Hex | AC | 45 | A0 | 0 | 3C | 7 | 21 | 133 | 2B | 2F |
| Octal | 254 | 105 | 240 | 0 | 74 | 7 | 41 | 463 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10100000 | 0 | 111100 | 111 | 100001 | 100110011 | 101011 | 101111 |
Color Harmonies of #AC45A0
Complementary color
Monochromatic Colors of #AC45A0
Black with #AC45A0
Text Example
Text Example
White with #AC45A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45A0; }
p { color: rgb(172,69,160); }
H1.HeaderClassName
{
color: #AC45A0;
}
.AnyTagClassName
{
color: #AC45A0;
}
</style>
background-color css
<style>
a { background-color: #AC45A0; }
a { background-color: rgb(172,69,160); }
div.DivClassName
{
background-color: #AC45A0;
}
.BgClassName
{
background-color: #AC45A0;
}
</style>
border-color css
<style>
span { border-color: #AC45A0; }
span { border-color: rgb(172,69,160); }
td.TdClassName
{
border-color: #AC45A0;
}
.TagClassName
{
border-color: #AC45A0;
}
</style>