Shades of Violet Blue #AC3FA6
Tints of Violet Blue #AC3FA6
RGB
CMYK
RGB Variations
Color information
#AC3FA6 (or 0xAC3FA6) is known color: Violet Blue. HEX triplet: AC, 3F and A6. RGB value is (172,63,166). Sum of RGB (Red+Green+Blue) = 172+63+166=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA6 is #53C059. Grayscale: #6B6B6B. Windows color (decimal): -5488730 or 10895276. OLE color: 10895276.
HSL color Cylindrical-coordinate representation of color #AC3FA6: hue angle of 303.3º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3FA6 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 166 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.33 |
| HSL | 303.3º | 0.46% | 0.46% | - |
| HSV(B) | 303.3º | 0.63% | 0.67% | - |
| XYZ | 25.67 | 15.08 | 37.63 | - |
| YUV | 107.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 166 | 0 | 0.63 | 0.03 | 0.33 | 303.3 | 0.46 | 0.46 |
| Hex | AC | 3F | A6 | 0 | 3F | 3 | 21 | 12F | 2E | 2E |
| Octal | 254 | 77 | 246 | 0 | 77 | 3 | 41 | 457 | 56 | 56 |
| Binary | 10101100 | 111111 | 10100110 | 0 | 111111 | 11 | 100001 | 100101111 | 101110 | 101110 |
Color Harmonies of #AC3FA6
Complementary color
Monochromatic Colors of #AC3FA6
Black with #AC3FA6
Text Example
Text Example
White with #AC3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FA6; }
p { color: rgb(172,63,166); }
H1.HeaderClassName
{
color: #AC3FA6;
}
.AnyTagClassName
{
color: #AC3FA6;
}
</style>
background-color css
<style>
a { background-color: #AC3FA6; }
a { background-color: rgb(172,63,166); }
div.DivClassName
{
background-color: #AC3FA6;
}
.BgClassName
{
background-color: #AC3FA6;
}
</style>
border-color css
<style>
span { border-color: #AC3FA6; }
span { border-color: rgb(172,63,166); }
td.TdClassName
{
border-color: #AC3FA6;
}
.TagClassName
{
border-color: #AC3FA6;
}
</style>