Shades of Violet Blue #AC4CA5
Tints of Violet Blue #AC4CA5
RGB
CMYK
RGB Variations
Color information
#AC4CA5 (or 0xAC4CA5) is known color: Violet Blue. HEX triplet: AC, 4C and A5. RGB value is (172,76,165). Sum of RGB (Red+Green+Blue) = 172+76+165=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CA5 is #53B35A. Grayscale: #727272. Windows color (decimal): -5485403 or 10833068. OLE color: 10833068.
HSL color Cylindrical-coordinate representation of color #AC4CA5: hue angle of 304.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4CA5 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 165 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.33 |
| HSL | 304.38º | 0.39% | 0.49% | - |
| HSV(B) | 304.38º | 0.56% | 0.67% | - |
| XYZ | 26.39 | 16.66 | 37.42 | - |
| YUV | 114.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 165 | 0 | 0.56 | 0.04 | 0.33 | 304.38 | 0.39 | 0.49 |
| Hex | AC | 4C | A5 | 0 | 38 | 4 | 21 | 130 | 27 | 31 |
| Octal | 254 | 114 | 245 | 0 | 70 | 4 | 41 | 460 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10100101 | 0 | 111000 | 100 | 100001 | 100110000 | 100111 | 110001 |
Color Harmonies of #AC4CA5
Complementary color
Monochromatic Colors of #AC4CA5
Black with #AC4CA5
Text Example
Text Example
White with #AC4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CA5; }
p { color: rgb(172,76,165); }
H1.HeaderClassName
{
color: #AC4CA5;
}
.AnyTagClassName
{
color: #AC4CA5;
}
</style>
background-color css
<style>
a { background-color: #AC4CA5; }
a { background-color: rgb(172,76,165); }
div.DivClassName
{
background-color: #AC4CA5;
}
.BgClassName
{
background-color: #AC4CA5;
}
</style>
border-color css
<style>
span { border-color: #AC4CA5; }
span { border-color: rgb(172,76,165); }
td.TdClassName
{
border-color: #AC4CA5;
}
.TagClassName
{
border-color: #AC4CA5;
}
</style>