Shades of Violet Blue #AC649A
Tints of Violet Blue #AC649A
RGB
CMYK
RGB Variations
Color information
#AC649A (or 0xAC649A) is known color: Violet Blue. HEX triplet: AC, 64 and 9A. RGB value is (172,100,154). Sum of RGB (Red+Green+Blue) = 172+100+154=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649A is #539B65. Grayscale: #7F7F7F. Windows color (decimal): -5479270 or 10118316. OLE color: 10118316.
HSL color Cylindrical-coordinate representation of color #AC649A: hue angle of 315º 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 #AC649A is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 154 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.33 |
| HSL | 315º | 0.3% | 0.53% | - |
| HSV(B) | 315º | 0.42% | 0.67% | - |
| XYZ | 27.4 | 20.22 | 33.03 | - |
| YUV | 127.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 154 | 0 | 0.42 | 0.10 | 0.33 | 315 | 0.3 | 0.53 |
| Hex | AC | 64 | 9A | 0 | 2A | A | 21 | 13B | 1E | 35 |
| Octal | 254 | 144 | 232 | 0 | 52 | 12 | 41 | 473 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10011010 | 0 | 101010 | 1010 | 100001 | 100111011 | 11110 | 110101 |
Color Harmonies of #AC649A
Complementary color
Monochromatic Colors of #AC649A
Black with #AC649A
Text Example
Text Example
White with #AC649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC649A; }
p { color: rgb(172,100,154); }
H1.HeaderClassName
{
color: #AC649A;
}
.AnyTagClassName
{
color: #AC649A;
}
</style>
background-color css
<style>
a { background-color: #AC649A; }
a { background-color: rgb(172,100,154); }
div.DivClassName
{
background-color: #AC649A;
}
.BgClassName
{
background-color: #AC649A;
}
</style>
border-color css
<style>
span { border-color: #AC649A; }
span { border-color: rgb(172,100,154); }
td.TdClassName
{
border-color: #AC649A;
}
.TagClassName
{
border-color: #AC649A;
}
</style>