Shades of Violet Blue #AC649D
Tints of Violet Blue #AC649D
RGB
CMYK
RGB Variations
Color information
#AC649D (or 0xAC649D) is known color: Violet Blue. HEX triplet: AC, 64 and 9D. RGB value is (172,100,157). Sum of RGB (Red+Green+Blue) = 172+100+157=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649D is #539B62. Grayscale: #7F7F7F. Windows color (decimal): -5479267 or 10314924. OLE color: 10314924.
HSL color Cylindrical-coordinate representation of color #AC649D: hue angle of 312.5º 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 #AC649D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 157 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.33 |
| HSL | 312.5º | 0.3% | 0.53% | - |
| HSV(B) | 312.5º | 0.42% | 0.67% | - |
| XYZ | 27.66 | 20.32 | 34.36 | - |
| YUV | 128.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 157 | 0 | 0.42 | 0.09 | 0.33 | 312.5 | 0.3 | 0.53 |
| Hex | AC | 64 | 9D | 0 | 2A | 9 | 21 | 138 | 1E | 35 |
| Octal | 254 | 144 | 235 | 0 | 52 | 11 | 41 | 470 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10011101 | 0 | 101010 | 1001 | 100001 | 100111000 | 11110 | 110101 |
Color Harmonies of #AC649D
Complementary color
Monochromatic Colors of #AC649D
Black with #AC649D
Text Example
Text Example
White with #AC649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC649D; }
p { color: rgb(172,100,157); }
H1.HeaderClassName
{
color: #AC649D;
}
.AnyTagClassName
{
color: #AC649D;
}
</style>
background-color css
<style>
a { background-color: #AC649D; }
a { background-color: rgb(172,100,157); }
div.DivClassName
{
background-color: #AC649D;
}
.BgClassName
{
background-color: #AC649D;
}
</style>
border-color css
<style>
span { border-color: #AC649D; }
span { border-color: rgb(172,100,157); }
td.TdClassName
{
border-color: #AC649D;
}
.TagClassName
{
border-color: #AC649D;
}
</style>