Shades of Violet Blue #AC649F
Tints of Violet Blue #AC649F
RGB
CMYK
RGB Variations
Color information
#AC649F (or 0xAC649F) is known color: Violet Blue. HEX triplet: AC, 64 and 9F. RGB value is (172,100,159). Sum of RGB (Red+Green+Blue) = 172+100+159=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649F is #539B60. Grayscale: #808080. Windows color (decimal): -5479265 or 10445996. OLE color: 10445996.
HSL color Cylindrical-coordinate representation of color #AC649F: hue angle of 310.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC649F is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 159 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.33 |
| HSL | 310.83º | 0.3% | 0.53% | - |
| HSV(B) | 310.83º | 0.42% | 0.67% | - |
| XYZ | 27.83 | 20.39 | 35.27 | - |
| YUV | 128.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 159 | 0 | 0.42 | 0.08 | 0.33 | 310.83 | 0.3 | 0.53 |
| Hex | AC | 64 | 9F | 0 | 2A | 8 | 21 | 137 | 1E | 35 |
| Octal | 254 | 144 | 237 | 0 | 52 | 10 | 41 | 467 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10011111 | 0 | 101010 | 1000 | 100001 | 100110111 | 11110 | 110101 |
Color Harmonies of #AC649F
Complementary color
Monochromatic Colors of #AC649F
Black with #AC649F
Text Example
Text Example
White with #AC649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC649F; }
p { color: rgb(172,100,159); }
H1.HeaderClassName
{
color: #AC649F;
}
.AnyTagClassName
{
color: #AC649F;
}
</style>
background-color css
<style>
a { background-color: #AC649F; }
a { background-color: rgb(172,100,159); }
div.DivClassName
{
background-color: #AC649F;
}
.BgClassName
{
background-color: #AC649F;
}
</style>
border-color css
<style>
span { border-color: #AC649F; }
span { border-color: rgb(172,100,159); }
td.TdClassName
{
border-color: #AC649F;
}
.TagClassName
{
border-color: #AC649F;
}
</style>