Shades of Violet Blue #AC449C
Tints of Violet Blue #AC449C
RGB
CMYK
RGB Variations
Color information
#AC449C (or 0xAC449C) is known color: Violet Blue. HEX triplet: AC, 44 and 9C. RGB value is (172,68,156). Sum of RGB (Red+Green+Blue) = 172+68+156=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC449C is #53BB63. Grayscale: #6C6C6C. Windows color (decimal): -5487460 or 10241196. OLE color: 10241196.
HSL color Cylindrical-coordinate representation of color #AC449C: hue angle of 309.23º 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 #AC449C is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 156 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.33 |
| HSL | 309.23º | 0.43% | 0.47% | - |
| HSV(B) | 309.23º | 0.6% | 0.67% | - |
| XYZ | 25.08 | 15.31 | 33.08 | - |
| YUV | 109.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 156 | 0 | 0.60 | 0.09 | 0.33 | 309.23 | 0.43 | 0.47 |
| Hex | AC | 44 | 9C | 0 | 3C | 9 | 21 | 135 | 2B | 2F |
| Octal | 254 | 104 | 234 | 0 | 74 | 11 | 41 | 465 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10011100 | 0 | 111100 | 1001 | 100001 | 100110101 | 101011 | 101111 |
Color Harmonies of #AC449C
Complementary color
Monochromatic Colors of #AC449C
Black with #AC449C
Text Example
Text Example
White with #AC449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC449C; }
p { color: rgb(172,68,156); }
H1.HeaderClassName
{
color: #AC449C;
}
.AnyTagClassName
{
color: #AC449C;
}
</style>
background-color css
<style>
a { background-color: #AC449C; }
a { background-color: rgb(172,68,156); }
div.DivClassName
{
background-color: #AC449C;
}
.BgClassName
{
background-color: #AC449C;
}
</style>
border-color css
<style>
span { border-color: #AC449C; }
span { border-color: rgb(172,68,156); }
td.TdClassName
{
border-color: #AC449C;
}
.TagClassName
{
border-color: #AC449C;
}
</style>