Shades of Violet Blue #AC5C9E
Tints of Violet Blue #AC5C9E
RGB
CMYK
RGB Variations
Color information
#AC5C9E (or 0xAC5C9E) is known color: Violet Blue. HEX triplet: AC, 5C and 9E. RGB value is (172,92,158). Sum of RGB (Red+Green+Blue) = 172+92+158=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9E is #53A361. Grayscale: #7B7B7B. Windows color (decimal): -5481314 or 10378412. OLE color: 10378412.
HSL color Cylindrical-coordinate representation of color #AC5C9E: hue angle of 310.5º 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 #AC5C9E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 158 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.33 |
| HSL | 310.5º | 0.33% | 0.52% | - |
| HSV(B) | 310.5º | 0.47% | 0.67% | - |
| XYZ | 27.01 | 18.89 | 34.57 | - |
| YUV | 123.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 158 | 0 | 0.47 | 0.08 | 0.33 | 310.5 | 0.33 | 0.52 |
| Hex | AC | 5C | 9E | 0 | 2F | 8 | 21 | 136 | 21 | 34 |
| Octal | 254 | 134 | 236 | 0 | 57 | 10 | 41 | 466 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10011110 | 0 | 101111 | 1000 | 100001 | 100110110 | 100001 | 110100 |
Color Harmonies of #AC5C9E
Complementary color
Monochromatic Colors of #AC5C9E
Black with #AC5C9E
Text Example
Text Example
White with #AC5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C9E; }
p { color: rgb(172,92,158); }
H1.HeaderClassName
{
color: #AC5C9E;
}
.AnyTagClassName
{
color: #AC5C9E;
}
</style>
background-color css
<style>
a { background-color: #AC5C9E; }
a { background-color: rgb(172,92,158); }
div.DivClassName
{
background-color: #AC5C9E;
}
.BgClassName
{
background-color: #AC5C9E;
}
</style>
border-color css
<style>
span { border-color: #AC5C9E; }
span { border-color: rgb(172,92,158); }
td.TdClassName
{
border-color: #AC5C9E;
}
.TagClassName
{
border-color: #AC5C9E;
}
</style>