Shades of Violet Blue #AC449F
Tints of Violet Blue #AC449F
RGB
CMYK
RGB Variations
Color information
#AC449F (or 0xAC449F) is known color: Violet Blue. HEX triplet: AC, 44 and 9F. RGB value is (172,68,159). Sum of RGB (Red+Green+Blue) = 172+68+159=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC449F is #53BB60. Grayscale: #6D6D6D. Windows color (decimal): -5487457 or 10437804. OLE color: 10437804.
HSL color Cylindrical-coordinate representation of color #AC449F: hue angle of 307.5º 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 #AC449F is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 159 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.33 |
| HSL | 307.5º | 0.43% | 0.47% | - |
| HSV(B) | 307.5º | 0.6% | 0.67% | - |
| XYZ | 25.34 | 15.41 | 34.44 | - |
| YUV | 109.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 159 | 0 | 0.60 | 0.08 | 0.33 | 307.5 | 0.43 | 0.47 |
| Hex | AC | 44 | 9F | 0 | 3C | 8 | 21 | 134 | 2B | 2F |
| Octal | 254 | 104 | 237 | 0 | 74 | 10 | 41 | 464 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10011111 | 0 | 111100 | 1000 | 100001 | 100110100 | 101011 | 101111 |
Color Harmonies of #AC449F
Complementary color
Monochromatic Colors of #AC449F
Black with #AC449F
Text Example
Text Example
White with #AC449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC449F; }
p { color: rgb(172,68,159); }
H1.HeaderClassName
{
color: #AC449F;
}
.AnyTagClassName
{
color: #AC449F;
}
</style>
background-color css
<style>
a { background-color: #AC449F; }
a { background-color: rgb(172,68,159); }
div.DivClassName
{
background-color: #AC449F;
}
.BgClassName
{
background-color: #AC449F;
}
</style>
border-color css
<style>
span { border-color: #AC449F; }
span { border-color: rgb(172,68,159); }
td.TdClassName
{
border-color: #AC449F;
}
.TagClassName
{
border-color: #AC449F;
}
</style>