Shades of Violet Blue #AC3E9D
Tints of Violet Blue #AC3E9D
RGB
CMYK
RGB Variations
Color information
#AC3E9D (or 0xAC3E9D) is known color: Violet Blue. HEX triplet: AC, 3E and 9D. RGB value is (172,62,157). Sum of RGB (Red+Green+Blue) = 172+62+157=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E9D is #53C162. Grayscale: #696969. Windows color (decimal): -5488995 or 10305196. OLE color: 10305196.
HSL color Cylindrical-coordinate representation of color #AC3E9D: hue angle of 308.18º 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 #AC3E9D is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 157 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.33 |
| HSL | 308.18º | 0.47% | 0.46% | - |
| HSV(B) | 308.18º | 0.64% | 0.67% | - |
| XYZ | 24.82 | 14.65 | 33.42 | - |
| YUV | 105.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 157 | 0 | 0.64 | 0.09 | 0.33 | 308.18 | 0.47 | 0.46 |
| Hex | AC | 3E | 9D | 0 | 40 | 9 | 21 | 134 | 2F | 2E |
| Octal | 254 | 76 | 235 | 0 | 100 | 11 | 41 | 464 | 57 | 56 |
| Binary | 10101100 | 111110 | 10011101 | 0 | 1000000 | 1001 | 100001 | 100110100 | 101111 | 101110 |
Color Harmonies of #AC3E9D
Complementary color
Monochromatic Colors of #AC3E9D
Black with #AC3E9D
Text Example
Text Example
White with #AC3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E9D; }
p { color: rgb(172,62,157); }
H1.HeaderClassName
{
color: #AC3E9D;
}
.AnyTagClassName
{
color: #AC3E9D;
}
</style>
background-color css
<style>
a { background-color: #AC3E9D; }
a { background-color: rgb(172,62,157); }
div.DivClassName
{
background-color: #AC3E9D;
}
.BgClassName
{
background-color: #AC3E9D;
}
</style>
border-color css
<style>
span { border-color: #AC3E9D; }
span { border-color: rgb(172,62,157); }
td.TdClassName
{
border-color: #AC3E9D;
}
.TagClassName
{
border-color: #AC3E9D;
}
</style>