Shades of Violet Blue #AC649B
Tints of Violet Blue #AC649B
RGB
CMYK
RGB Variations
Color information
#AC649B (or 0xAC649B) is known color: Violet Blue. HEX triplet: AC, 64 and 9B. RGB value is (172,100,155). Sum of RGB (Red+Green+Blue) = 172+100+155=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649B is #539B64. Grayscale: #7F7F7F. Windows color (decimal): -5479269 or 10183852. OLE color: 10183852.
HSL color Cylindrical-coordinate representation of color #AC649B: hue angle of 314.17º 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 #AC649B is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 155 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.33 |
| HSL | 314.17º | 0.3% | 0.53% | - |
| HSV(B) | 314.17º | 0.42% | 0.67% | - |
| XYZ | 27.49 | 20.25 | 33.47 | - |
| YUV | 127.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 155 | 0 | 0.42 | 0.10 | 0.33 | 314.17 | 0.3 | 0.53 |
| Hex | AC | 64 | 9B | 0 | 2A | A | 21 | 13A | 1E | 35 |
| Octal | 254 | 144 | 233 | 0 | 52 | 12 | 41 | 472 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10011011 | 0 | 101010 | 1010 | 100001 | 100111010 | 11110 | 110101 |
Color Harmonies of #AC649B
Complementary color
Monochromatic Colors of #AC649B
Black with #AC649B
Text Example
Text Example
White with #AC649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC649B; }
p { color: rgb(172,100,155); }
H1.HeaderClassName
{
color: #AC649B;
}
.AnyTagClassName
{
color: #AC649B;
}
</style>
background-color css
<style>
a { background-color: #AC649B; }
a { background-color: rgb(172,100,155); }
div.DivClassName
{
background-color: #AC649B;
}
.BgClassName
{
background-color: #AC649B;
}
</style>
border-color css
<style>
span { border-color: #AC649B; }
span { border-color: rgb(172,100,155); }
td.TdClassName
{
border-color: #AC649B;
}
.TagClassName
{
border-color: #AC649B;
}
</style>