Shades of Violet Blue #AC3EA0
Tints of Violet Blue #AC3EA0
RGB
CMYK
RGB Variations
Color information
#AC3EA0 (or 0xAC3EA0) is known color: Violet Blue. HEX triplet: AC, 3E and A0. RGB value is (172,62,160). Sum of RGB (Red+Green+Blue) = 172+62+160=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3EA0 is #53C15F. Grayscale: #696969. Windows color (decimal): -5488992 or 10501804. OLE color: 10501804.
HSL color Cylindrical-coordinate representation of color #AC3EA0: hue angle of 306.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3EA0 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 160 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.33 |
| HSL | 306.55º | 0.47% | 0.46% | - |
| HSV(B) | 306.55º | 0.64% | 0.67% | - |
| XYZ | 25.08 | 14.75 | 34.78 | - |
| YUV | 106.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 160 | 0 | 0.64 | 0.07 | 0.33 | 306.55 | 0.47 | 0.46 |
| Hex | AC | 3E | A0 | 0 | 40 | 7 | 21 | 133 | 2F | 2E |
| Octal | 254 | 76 | 240 | 0 | 100 | 7 | 41 | 463 | 57 | 56 |
| Binary | 10101100 | 111110 | 10100000 | 0 | 1000000 | 111 | 100001 | 100110011 | 101111 | 101110 |
Color Harmonies of #AC3EA0
Complementary color
Monochromatic Colors of #AC3EA0
Black with #AC3EA0
Text Example
Text Example
White with #AC3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EA0; }
p { color: rgb(172,62,160); }
H1.HeaderClassName
{
color: #AC3EA0;
}
.AnyTagClassName
{
color: #AC3EA0;
}
</style>
background-color css
<style>
a { background-color: #AC3EA0; }
a { background-color: rgb(172,62,160); }
div.DivClassName
{
background-color: #AC3EA0;
}
.BgClassName
{
background-color: #AC3EA0;
}
</style>
border-color css
<style>
span { border-color: #AC3EA0; }
span { border-color: rgb(172,62,160); }
td.TdClassName
{
border-color: #AC3EA0;
}
.TagClassName
{
border-color: #AC3EA0;
}
</style>