Shades of Violet Blue #AC659D
Tints of Violet Blue #AC659D
RGB
CMYK
RGB Variations
Color information
#AC659D (or 0xAC659D) is known color: Violet Blue. HEX triplet: AC, 65 and 9D. RGB value is (172,101,157). Sum of RGB (Red+Green+Blue) = 172+101+157=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659D is #539A62. Grayscale: #808080. Windows color (decimal): -5479011 or 10315180. OLE color: 10315180.
HSL color Cylindrical-coordinate representation of color #AC659D: hue angle of 312.68º 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 #AC659D is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 157 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.33 |
| HSL | 312.68º | 0.3% | 0.54% | - |
| HSV(B) | 312.68º | 0.41% | 0.67% | - |
| XYZ | 27.75 | 20.51 | 34.39 | - |
| YUV | 128.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 157 | 0 | 0.41 | 0.09 | 0.33 | 312.68 | 0.3 | 0.54 |
| Hex | AC | 65 | 9D | 0 | 29 | 9 | 21 | 139 | 1E | 36 |
| Octal | 254 | 145 | 235 | 0 | 51 | 11 | 41 | 471 | 36 | 66 |
| Binary | 10101100 | 1100101 | 10011101 | 0 | 101001 | 1001 | 100001 | 100111001 | 11110 | 110110 |
Color Harmonies of #AC659D
Complementary color
Monochromatic Colors of #AC659D
Black with #AC659D
Text Example
Text Example
White with #AC659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC659D; }
p { color: rgb(172,101,157); }
H1.HeaderClassName
{
color: #AC659D;
}
.AnyTagClassName
{
color: #AC659D;
}
</style>
background-color css
<style>
a { background-color: #AC659D; }
a { background-color: rgb(172,101,157); }
div.DivClassName
{
background-color: #AC659D;
}
.BgClassName
{
background-color: #AC659D;
}
</style>
border-color css
<style>
span { border-color: #AC659D; }
span { border-color: rgb(172,101,157); }
td.TdClassName
{
border-color: #AC659D;
}
.TagClassName
{
border-color: #AC659D;
}
</style>