Shades of Violet Blue #AC4CA2
Tints of Violet Blue #AC4CA2
RGB
CMYK
RGB Variations
Color information
#AC4CA2 (or 0xAC4CA2) is known color: Violet Blue. HEX triplet: AC, 4C and A2. RGB value is (172,76,162). Sum of RGB (Red+Green+Blue) = 172+76+162=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CA2 is #53B35D. Grayscale: #727272. Windows color (decimal): -5485406 or 10636460. OLE color: 10636460.
HSL color Cylindrical-coordinate representation of color #AC4CA2: hue angle of 306.25º 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 #AC4CA2 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 162 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.33 |
| HSL | 306.25º | 0.39% | 0.49% | - |
| HSV(B) | 306.25º | 0.56% | 0.67% | - |
| XYZ | 26.12 | 16.55 | 36 | - |
| YUV | 114.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 162 | 0 | 0.56 | 0.06 | 0.33 | 306.25 | 0.39 | 0.49 |
| Hex | AC | 4C | A2 | 0 | 38 | 6 | 21 | 132 | 27 | 31 |
| Octal | 254 | 114 | 242 | 0 | 70 | 6 | 41 | 462 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10100010 | 0 | 111000 | 110 | 100001 | 100110010 | 100111 | 110001 |
Color Harmonies of #AC4CA2
Complementary color
Monochromatic Colors of #AC4CA2
Black with #AC4CA2
Text Example
Text Example
White with #AC4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CA2; }
p { color: rgb(172,76,162); }
H1.HeaderClassName
{
color: #AC4CA2;
}
.AnyTagClassName
{
color: #AC4CA2;
}
</style>
background-color css
<style>
a { background-color: #AC4CA2; }
a { background-color: rgb(172,76,162); }
div.DivClassName
{
background-color: #AC4CA2;
}
.BgClassName
{
background-color: #AC4CA2;
}
</style>
border-color css
<style>
span { border-color: #AC4CA2; }
span { border-color: rgb(172,76,162); }
td.TdClassName
{
border-color: #AC4CA2;
}
.TagClassName
{
border-color: #AC4CA2;
}
</style>