Shades of Violet Blue #AC449A
Tints of Violet Blue #AC449A
RGB
CMYK
RGB Variations
Color information
#AC449A (or 0xAC449A) is known color: Violet Blue. HEX triplet: AC, 44 and 9A. RGB value is (172,68,154). Sum of RGB (Red+Green+Blue) = 172+68+154=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC449A is #53BB65. Grayscale: #6C6C6C. Windows color (decimal): -5487462 or 10110124. OLE color: 10110124.
HSL color Cylindrical-coordinate representation of color #AC449A: hue angle of 310.38º 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 #AC449A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 154 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.33 |
| HSL | 310.38º | 0.43% | 0.47% | - |
| HSV(B) | 310.38º | 0.6% | 0.67% | - |
| XYZ | 24.91 | 15.24 | 32.2 | - |
| YUV | 108.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 154 | 0 | 0.60 | 0.10 | 0.33 | 310.38 | 0.43 | 0.47 |
| Hex | AC | 44 | 9A | 0 | 3C | A | 21 | 136 | 2B | 2F |
| Octal | 254 | 104 | 232 | 0 | 74 | 12 | 41 | 466 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10011010 | 0 | 111100 | 1010 | 100001 | 100110110 | 101011 | 101111 |
Color Harmonies of #AC449A
Complementary color
Monochromatic Colors of #AC449A
Black with #AC449A
Text Example
Text Example
White with #AC449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC449A; }
p { color: rgb(172,68,154); }
H1.HeaderClassName
{
color: #AC449A;
}
.AnyTagClassName
{
color: #AC449A;
}
</style>
background-color css
<style>
a { background-color: #AC449A; }
a { background-color: rgb(172,68,154); }
div.DivClassName
{
background-color: #AC449A;
}
.BgClassName
{
background-color: #AC449A;
}
</style>
border-color css
<style>
span { border-color: #AC449A; }
span { border-color: rgb(172,68,154); }
td.TdClassName
{
border-color: #AC449A;
}
.TagClassName
{
border-color: #AC449A;
}
</style>