Shades of Violet Blue #AC5CA6
Tints of Violet Blue #AC5CA6
RGB
CMYK
RGB Variations
Color information
#AC5CA6 (or 0xAC5CA6) is known color: Violet Blue. HEX triplet: AC, 5C and A6. RGB value is (172,92,166). Sum of RGB (Red+Green+Blue) = 172+92+166=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CA6 is #53A359. Grayscale: #7C7C7C. Windows color (decimal): -5481306 or 10902700. OLE color: 10902700.
HSL color Cylindrical-coordinate representation of color #AC5CA6: hue angle of 304.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 #AC5CA6 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 166 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.33 |
| HSL | 304.5º | 0.33% | 0.52% | - |
| HSV(B) | 304.5º | 0.47% | 0.67% | - |
| XYZ | 27.72 | 19.18 | 38.32 | - |
| YUV | 124.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 166 | 0 | 0.47 | 0.03 | 0.33 | 304.5 | 0.33 | 0.52 |
| Hex | AC | 5C | A6 | 0 | 2F | 3 | 21 | 130 | 21 | 34 |
| Octal | 254 | 134 | 246 | 0 | 57 | 3 | 41 | 460 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10100110 | 0 | 101111 | 11 | 100001 | 100110000 | 100001 | 110100 |
Color Harmonies of #AC5CA6
Complementary color
Monochromatic Colors of #AC5CA6
Black with #AC5CA6
Text Example
Text Example
White with #AC5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CA6; }
p { color: rgb(172,92,166); }
H1.HeaderClassName
{
color: #AC5CA6;
}
.AnyTagClassName
{
color: #AC5CA6;
}
</style>
background-color css
<style>
a { background-color: #AC5CA6; }
a { background-color: rgb(172,92,166); }
div.DivClassName
{
background-color: #AC5CA6;
}
.BgClassName
{
background-color: #AC5CA6;
}
</style>
border-color css
<style>
span { border-color: #AC5CA6; }
span { border-color: rgb(172,92,166); }
td.TdClassName
{
border-color: #AC5CA6;
}
.TagClassName
{
border-color: #AC5CA6;
}
</style>