Shades of Violet Blue #AC649E
Tints of Violet Blue #AC649E
RGB
CMYK
RGB Variations
Color information
#AC649E (or 0xAC649E) is known color: Violet Blue. HEX triplet: AC, 64 and 9E. RGB value is (172,100,158). Sum of RGB (Red+Green+Blue) = 172+100+158=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC649E is #539B61. Grayscale: #7F7F7F. Windows color (decimal): -5479266 or 10380460. OLE color: 10380460.
HSL color Cylindrical-coordinate representation of color #AC649E: hue angle of 311.67º 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 #AC649E is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 158 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.33 |
| HSL | 311.67º | 0.3% | 0.53% | - |
| HSV(B) | 311.67º | 0.42% | 0.67% | - |
| XYZ | 27.74 | 20.35 | 34.81 | - |
| YUV | 128.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 158 | 0 | 0.42 | 0.08 | 0.33 | 311.67 | 0.3 | 0.53 |
| Hex | AC | 64 | 9E | 0 | 2A | 8 | 21 | 138 | 1E | 35 |
| Octal | 254 | 144 | 236 | 0 | 52 | 10 | 41 | 470 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10011110 | 0 | 101010 | 1000 | 100001 | 100111000 | 11110 | 110101 |
Color Harmonies of #AC649E
Complementary color
Monochromatic Colors of #AC649E
Black with #AC649E
Text Example
Text Example
White with #AC649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC649E; }
p { color: rgb(172,100,158); }
H1.HeaderClassName
{
color: #AC649E;
}
.AnyTagClassName
{
color: #AC649E;
}
</style>
background-color css
<style>
a { background-color: #AC649E; }
a { background-color: rgb(172,100,158); }
div.DivClassName
{
background-color: #AC649E;
}
.BgClassName
{
background-color: #AC649E;
}
</style>
border-color css
<style>
span { border-color: #AC649E; }
span { border-color: rgb(172,100,158); }
td.TdClassName
{
border-color: #AC649E;
}
.TagClassName
{
border-color: #AC649E;
}
</style>