Shades of Violet Blue #AC5C9B
Tints of Violet Blue #AC5C9B
RGB
CMYK
RGB Variations
Color information
#AC5C9B (or 0xAC5C9B) is known color: Violet Blue. HEX triplet: AC, 5C and 9B. RGB value is (172,92,155). Sum of RGB (Red+Green+Blue) = 172+92+155=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9B is #53A364. Grayscale: #7A7A7A. Windows color (decimal): -5481317 or 10181804. OLE color: 10181804.
HSL color Cylindrical-coordinate representation of color #AC5C9B: hue angle of 312.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C9B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 155 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.33 |
| HSL | 312.75º | 0.33% | 0.52% | - |
| HSV(B) | 312.75º | 0.47% | 0.67% | - |
| XYZ | 26.76 | 18.79 | 33.23 | - |
| YUV | 123.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 155 | 0 | 0.47 | 0.10 | 0.33 | 312.75 | 0.33 | 0.52 |
| Hex | AC | 5C | 9B | 0 | 2F | A | 21 | 139 | 21 | 34 |
| Octal | 254 | 134 | 233 | 0 | 57 | 12 | 41 | 471 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10011011 | 0 | 101111 | 1010 | 100001 | 100111001 | 100001 | 110100 |
Color Harmonies of #AC5C9B
Complementary color
Monochromatic Colors of #AC5C9B
Black with #AC5C9B
Text Example
Text Example
White with #AC5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C9B; }
p { color: rgb(172,92,155); }
H1.HeaderClassName
{
color: #AC5C9B;
}
.AnyTagClassName
{
color: #AC5C9B;
}
</style>
background-color css
<style>
a { background-color: #AC5C9B; }
a { background-color: rgb(172,92,155); }
div.DivClassName
{
background-color: #AC5C9B;
}
.BgClassName
{
background-color: #AC5C9B;
}
</style>
border-color css
<style>
span { border-color: #AC5C9B; }
span { border-color: rgb(172,92,155); }
td.TdClassName
{
border-color: #AC5C9B;
}
.TagClassName
{
border-color: #AC5C9B;
}
</style>