Shades of Violet Blue #AC5C9A
Tints of Violet Blue #AC5C9A
RGB
CMYK
RGB Variations
Color information
#AC5C9A (or 0xAC5C9A) is known color: Violet Blue. HEX triplet: AC, 5C and 9A. RGB value is (172,92,154). Sum of RGB (Red+Green+Blue) = 172+92+154=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9A is #53A365. Grayscale: #7A7A7A. Windows color (decimal): -5481318 or 10116268. OLE color: 10116268.
HSL color Cylindrical-coordinate representation of color #AC5C9A: hue angle of 313.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 #AC5C9A is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 154 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.33 |
| HSL | 313.5º | 0.33% | 0.52% | - |
| HSV(B) | 313.5º | 0.47% | 0.67% | - |
| XYZ | 26.67 | 18.76 | 32.79 | - |
| YUV | 122.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 154 | 0 | 0.47 | 0.10 | 0.33 | 313.5 | 0.33 | 0.52 |
| Hex | AC | 5C | 9A | 0 | 2F | A | 21 | 13A | 21 | 34 |
| Octal | 254 | 134 | 232 | 0 | 57 | 12 | 41 | 472 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10011010 | 0 | 101111 | 1010 | 100001 | 100111010 | 100001 | 110100 |
Color Harmonies of #AC5C9A
Complementary color
Monochromatic Colors of #AC5C9A
Black with #AC5C9A
Text Example
Text Example
White with #AC5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C9A; }
p { color: rgb(172,92,154); }
H1.HeaderClassName
{
color: #AC5C9A;
}
.AnyTagClassName
{
color: #AC5C9A;
}
</style>
background-color css
<style>
a { background-color: #AC5C9A; }
a { background-color: rgb(172,92,154); }
div.DivClassName
{
background-color: #AC5C9A;
}
.BgClassName
{
background-color: #AC5C9A;
}
</style>
border-color css
<style>
span { border-color: #AC5C9A; }
span { border-color: rgb(172,92,154); }
td.TdClassName
{
border-color: #AC5C9A;
}
.TagClassName
{
border-color: #AC5C9A;
}
</style>