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