Shades of Violet Blue #AC4BA0
Tints of Violet Blue #AC4BA0
RGB
CMYK
RGB Variations
Color information
#AC4BA0 (or 0xAC4BA0) is known color: Violet Blue. HEX triplet: AC, 4B and A0. RGB value is (172,75,160). Sum of RGB (Red+Green+Blue) = 172+75+160=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BA0 is #53B45F. Grayscale: #717171. Windows color (decimal): -5485664 or 10505132. OLE color: 10505132.
HSL color Cylindrical-coordinate representation of color #AC4BA0: hue angle of 307.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4BA0 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 160 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.33 |
| HSL | 307.42º | 0.39% | 0.48% | - |
| HSV(B) | 307.42º | 0.56% | 0.67% | - |
| XYZ | 25.87 | 16.34 | 35.05 | - |
| YUV | 113.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 160 | 0 | 0.56 | 0.07 | 0.33 | 307.42 | 0.39 | 0.48 |
| Hex | AC | 4B | A0 | 0 | 38 | 7 | 21 | 133 | 27 | 30 |
| Octal | 254 | 113 | 240 | 0 | 70 | 7 | 41 | 463 | 47 | 60 |
| Binary | 10101100 | 1001011 | 10100000 | 0 | 111000 | 111 | 100001 | 100110011 | 100111 | 110000 |
Color Harmonies of #AC4BA0
Complementary color
Monochromatic Colors of #AC4BA0
Black with #AC4BA0
Text Example
Text Example
White with #AC4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BA0; }
p { color: rgb(172,75,160); }
H1.HeaderClassName
{
color: #AC4BA0;
}
.AnyTagClassName
{
color: #AC4BA0;
}
</style>
background-color css
<style>
a { background-color: #AC4BA0; }
a { background-color: rgb(172,75,160); }
div.DivClassName
{
background-color: #AC4BA0;
}
.BgClassName
{
background-color: #AC4BA0;
}
</style>
border-color css
<style>
span { border-color: #AC4BA0; }
span { border-color: rgb(172,75,160); }
td.TdClassName
{
border-color: #AC4BA0;
}
.TagClassName
{
border-color: #AC4BA0;
}
</style>