Shades of Violet Blue #AC3FA0
Tints of Violet Blue #AC3FA0
RGB
CMYK
RGB Variations
Color information
#AC3FA0 (or 0xAC3FA0) is known color: Violet Blue. HEX triplet: AC, 3F and A0. RGB value is (172,63,160). Sum of RGB (Red+Green+Blue) = 172+63+160=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FA0 is #53C05F. Grayscale: #6A6A6A. Windows color (decimal): -5488736 or 10502060. OLE color: 10502060.
HSL color Cylindrical-coordinate representation of color #AC3FA0: hue angle of 306.61º 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 #AC3FA0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 160 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.33 |
| HSL | 306.61º | 0.46% | 0.46% | - |
| HSV(B) | 306.61º | 0.63% | 0.67% | - |
| XYZ | 25.14 | 14.86 | 34.8 | - |
| YUV | 106.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 160 | 0 | 0.63 | 0.07 | 0.33 | 306.61 | 0.46 | 0.46 |
| Hex | AC | 3F | A0 | 0 | 3F | 7 | 21 | 133 | 2E | 2E |
| Octal | 254 | 77 | 240 | 0 | 77 | 7 | 41 | 463 | 56 | 56 |
| Binary | 10101100 | 111111 | 10100000 | 0 | 111111 | 111 | 100001 | 100110011 | 101110 | 101110 |
Color Harmonies of #AC3FA0
Complementary color
Monochromatic Colors of #AC3FA0
Black with #AC3FA0
Text Example
Text Example
White with #AC3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FA0; }
p { color: rgb(172,63,160); }
H1.HeaderClassName
{
color: #AC3FA0;
}
.AnyTagClassName
{
color: #AC3FA0;
}
</style>
background-color css
<style>
a { background-color: #AC3FA0; }
a { background-color: rgb(172,63,160); }
div.DivClassName
{
background-color: #AC3FA0;
}
.BgClassName
{
background-color: #AC3FA0;
}
</style>
border-color css
<style>
span { border-color: #AC3FA0; }
span { border-color: rgb(172,63,160); }
td.TdClassName
{
border-color: #AC3FA0;
}
.TagClassName
{
border-color: #AC3FA0;
}
</style>