Shades of Violet Blue #AC4CAA
Tints of Violet Blue #AC4CAA
RGB
CMYK
RGB Variations
Color information
#AC4CAA (or 0xAC4CAA) is known color: Violet Blue. HEX triplet: AC, 4C and AA. RGB value is (172,76,170). Sum of RGB (Red+Green+Blue) = 172+76+170=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CAA is #53B355. Grayscale: #737373. Windows color (decimal): -5485398 or 11160748. OLE color: 11160748.
HSL color Cylindrical-coordinate representation of color #AC4CAA: hue angle of 301.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 #AC4CAA is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 170 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.33 |
| HSL | 301.25º | 0.39% | 0.49% | - |
| HSV(B) | 301.25º | 0.56% | 0.67% | - |
| XYZ | 26.85 | 16.84 | 39.87 | - |
| YUV | 115.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 170 | 0 | 0.56 | 0.01 | 0.33 | 301.25 | 0.39 | 0.49 |
| Hex | AC | 4C | AA | 0 | 38 | 1 | 21 | 12D | 27 | 31 |
| Octal | 254 | 114 | 252 | 0 | 70 | 1 | 41 | 455 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10101010 | 0 | 111000 | 1 | 100001 | 100101101 | 100111 | 110001 |
Color Harmonies of #AC4CAA
Complementary color
Monochromatic Colors of #AC4CAA
Black with #AC4CAA
Text Example
Text Example
White with #AC4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4CAA; }
p { color: rgb(172,76,170); }
H1.HeaderClassName
{
color: #AC4CAA;
}
.AnyTagClassName
{
color: #AC4CAA;
}
</style>
background-color css
<style>
a { background-color: #AC4CAA; }
a { background-color: rgb(172,76,170); }
div.DivClassName
{
background-color: #AC4CAA;
}
.BgClassName
{
background-color: #AC4CAA;
}
</style>
border-color css
<style>
span { border-color: #AC4CAA; }
span { border-color: rgb(172,76,170); }
td.TdClassName
{
border-color: #AC4CAA;
}
.TagClassName
{
border-color: #AC4CAA;
}
</style>