Shades of Violet Blue #AC44A0
Tints of Violet Blue #AC44A0
RGB
CMYK
RGB Variations
Color information
#AC44A0 (or 0xAC44A0) is known color: Violet Blue. HEX triplet: AC, 44 and A0. RGB value is (172,68,160). Sum of RGB (Red+Green+Blue) = 172+68+160=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC44A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC44A0 is #53BB5F. Grayscale: #6D6D6D. Windows color (decimal): -5487456 or 10503340. OLE color: 10503340.
HSL color Cylindrical-coordinate representation of color #AC44A0: hue angle of 306.92º 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 #AC44A0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 160 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.33 |
| HSL | 306.92º | 0.43% | 0.47% | - |
| HSV(B) | 306.92º | 0.6% | 0.67% | - |
| XYZ | 25.43 | 15.44 | 34.9 | - |
| YUV | 109.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 160 | 0 | 0.60 | 0.07 | 0.33 | 306.92 | 0.43 | 0.47 |
| Hex | AC | 44 | A0 | 0 | 3C | 7 | 21 | 133 | 2B | 2F |
| Octal | 254 | 104 | 240 | 0 | 74 | 7 | 41 | 463 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10100000 | 0 | 111100 | 111 | 100001 | 100110011 | 101011 | 101111 |
Color Harmonies of #AC44A0
Complementary color
Monochromatic Colors of #AC44A0
Black with #AC44A0
Text Example
Text Example
White with #AC44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44A0; }
p { color: rgb(172,68,160); }
H1.HeaderClassName
{
color: #AC44A0;
}
.AnyTagClassName
{
color: #AC44A0;
}
</style>
background-color css
<style>
a { background-color: #AC44A0; }
a { background-color: rgb(172,68,160); }
div.DivClassName
{
background-color: #AC44A0;
}
.BgClassName
{
background-color: #AC44A0;
}
</style>
border-color css
<style>
span { border-color: #AC44A0; }
span { border-color: rgb(172,68,160); }
td.TdClassName
{
border-color: #AC44A0;
}
.TagClassName
{
border-color: #AC44A0;
}
</style>