Shades of Violet Blue #AC3FA4
Tints of Violet Blue #AC3FA4
RGB
CMYK
RGB Variations
Color information
#AC3FA4 (or 0xAC3FA4) is known color: Violet Blue. HEX triplet: AC, 3F and A4. RGB value is (172,63,164). Sum of RGB (Red+Green+Blue) = 172+63+164=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA4 is #53C05B. Grayscale: #6A6A6A. Windows color (decimal): -5488732 or 10764204. OLE color: 10764204.
HSL color Cylindrical-coordinate representation of color #AC3FA4: hue angle of 304.4º 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 #AC3FA4 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 164 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.33 |
| HSL | 304.4º | 0.46% | 0.46% | - |
| HSV(B) | 304.4º | 0.63% | 0.67% | - |
| XYZ | 25.49 | 15.01 | 36.67 | - |
| YUV | 107.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 164 | 0 | 0.63 | 0.05 | 0.33 | 304.4 | 0.46 | 0.46 |
| Hex | AC | 3F | A4 | 0 | 3F | 5 | 21 | 130 | 2E | 2E |
| Octal | 254 | 77 | 244 | 0 | 77 | 5 | 41 | 460 | 56 | 56 |
| Binary | 10101100 | 111111 | 10100100 | 0 | 111111 | 101 | 100001 | 100110000 | 101110 | 101110 |
Color Harmonies of #AC3FA4
Complementary color
Monochromatic Colors of #AC3FA4
Black with #AC3FA4
Text Example
Text Example
White with #AC3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FA4; }
p { color: rgb(172,63,164); }
H1.HeaderClassName
{
color: #AC3FA4;
}
.AnyTagClassName
{
color: #AC3FA4;
}
</style>
background-color css
<style>
a { background-color: #AC3FA4; }
a { background-color: rgb(172,63,164); }
div.DivClassName
{
background-color: #AC3FA4;
}
.BgClassName
{
background-color: #AC3FA4;
}
</style>
border-color css
<style>
span { border-color: #AC3FA4; }
span { border-color: rgb(172,63,164); }
td.TdClassName
{
border-color: #AC3FA4;
}
.TagClassName
{
border-color: #AC3FA4;
}
</style>