Shades of Violet Blue #AC3E9E
Tints of Violet Blue #AC3E9E
RGB
CMYK
RGB Variations
Color information
#AC3E9E (or 0xAC3E9E) is known color: Violet Blue. HEX triplet: AC, 3E and 9E. RGB value is (172,62,158). Sum of RGB (Red+Green+Blue) = 172+62+158=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E9E is #53C161. Grayscale: #696969. Windows color (decimal): -5488994 or 10370732. OLE color: 10370732.
HSL color Cylindrical-coordinate representation of color #AC3E9E: hue angle of 307.64º 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 #AC3E9E is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 158 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.33 |
| HSL | 307.64º | 0.47% | 0.46% | - |
| HSV(B) | 307.64º | 0.64% | 0.67% | - |
| XYZ | 24.91 | 14.68 | 33.87 | - |
| YUV | 105.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 158 | 0 | 0.64 | 0.08 | 0.33 | 307.64 | 0.47 | 0.46 |
| Hex | AC | 3E | 9E | 0 | 40 | 8 | 21 | 134 | 2F | 2E |
| Octal | 254 | 76 | 236 | 0 | 100 | 10 | 41 | 464 | 57 | 56 |
| Binary | 10101100 | 111110 | 10011110 | 0 | 1000000 | 1000 | 100001 | 100110100 | 101111 | 101110 |
Color Harmonies of #AC3E9E
Complementary color
Monochromatic Colors of #AC3E9E
Black with #AC3E9E
Text Example
Text Example
White with #AC3E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E9E; }
p { color: rgb(172,62,158); }
H1.HeaderClassName
{
color: #AC3E9E;
}
.AnyTagClassName
{
color: #AC3E9E;
}
</style>
background-color css
<style>
a { background-color: #AC3E9E; }
a { background-color: rgb(172,62,158); }
div.DivClassName
{
background-color: #AC3E9E;
}
.BgClassName
{
background-color: #AC3E9E;
}
</style>
border-color css
<style>
span { border-color: #AC3E9E; }
span { border-color: rgb(172,62,158); }
td.TdClassName
{
border-color: #AC3E9E;
}
.TagClassName
{
border-color: #AC3E9E;
}
</style>