Shades of Violet Blue #AC3EA6
Tints of Violet Blue #AC3EA6
RGB
CMYK
RGB Variations
Color information
#AC3EA6 (or 0xAC3EA6) is known color: Violet Blue. HEX triplet: AC, 3E and A6. RGB value is (172,62,166). Sum of RGB (Red+Green+Blue) = 172+62+166=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3EA6 is #53C159. Grayscale: #6A6A6A. Windows color (decimal): -5488986 or 10895020. OLE color: 10895020.
HSL color Cylindrical-coordinate representation of color #AC3EA6: hue angle of 303.27º 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 #AC3EA6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 166 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.33 |
| HSL | 303.27º | 0.47% | 0.46% | - |
| HSV(B) | 303.27º | 0.64% | 0.67% | - |
| XYZ | 25.62 | 14.97 | 37.62 | - |
| YUV | 106.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 166 | 0 | 0.64 | 0.03 | 0.33 | 303.27 | 0.47 | 0.46 |
| Hex | AC | 3E | A6 | 0 | 40 | 3 | 21 | 12F | 2F | 2E |
| Octal | 254 | 76 | 246 | 0 | 100 | 3 | 41 | 457 | 57 | 56 |
| Binary | 10101100 | 111110 | 10100110 | 0 | 1000000 | 11 | 100001 | 100101111 | 101111 | 101110 |
Color Harmonies of #AC3EA6
Complementary color
Monochromatic Colors of #AC3EA6
Black with #AC3EA6
Text Example
Text Example
White with #AC3EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EA6; }
p { color: rgb(172,62,166); }
H1.HeaderClassName
{
color: #AC3EA6;
}
.AnyTagClassName
{
color: #AC3EA6;
}
</style>
background-color css
<style>
a { background-color: #AC3EA6; }
a { background-color: rgb(172,62,166); }
div.DivClassName
{
background-color: #AC3EA6;
}
.BgClassName
{
background-color: #AC3EA6;
}
</style>
border-color css
<style>
span { border-color: #AC3EA6; }
span { border-color: rgb(172,62,166); }
td.TdClassName
{
border-color: #AC3EA6;
}
.TagClassName
{
border-color: #AC3EA6;
}
</style>