Shades of Violet Blue #AC659E
Tints of Violet Blue #AC659E
RGB
CMYK
RGB Variations
Color information
#AC659E (or 0xAC659E) is known color: Violet Blue. HEX triplet: AC, 65 and 9E. RGB value is (172,101,158). Sum of RGB (Red+Green+Blue) = 172+101+158=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659E is #539A61. Grayscale: #808080. Windows color (decimal): -5479010 or 10380716. OLE color: 10380716.
HSL color Cylindrical-coordinate representation of color #AC659E: hue angle of 311.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC659E is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 158 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.33 |
| HSL | 311.83º | 0.3% | 0.54% | - |
| HSV(B) | 311.83º | 0.41% | 0.67% | - |
| XYZ | 27.84 | 20.55 | 34.85 | - |
| YUV | 128.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 158 | 0 | 0.41 | 0.08 | 0.33 | 311.83 | 0.3 | 0.54 |
| Hex | AC | 65 | 9E | 0 | 29 | 8 | 21 | 138 | 1E | 36 |
| Octal | 254 | 145 | 236 | 0 | 51 | 10 | 41 | 470 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10011110 | 0 | 101001 | 1000 | 100001 | 100111000 | 11110 | 110110 |
Color Harmonies of #AC659E
Complementary color
Monochromatic Colors of #AC659E
Black with #AC659E
Text Example
Text Example
White with #AC659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC659E; }
p { color: rgb(172,101,158); }
H1.HeaderClassName
{
color: #AC659E;
}
.AnyTagClassName
{
color: #AC659E;
}
</style>
background-color css
<style>
a { background-color: #AC659E; }
a { background-color: rgb(172,101,158); }
div.DivClassName
{
background-color: #AC659E;
}
.BgClassName
{
background-color: #AC659E;
}
</style>
border-color css
<style>
span { border-color: #AC659E; }
span { border-color: rgb(172,101,158); }
td.TdClassName
{
border-color: #AC659E;
}
.TagClassName
{
border-color: #AC659E;
}
</style>