Shades of Violet Blue #AC3FAA
Tints of Violet Blue #AC3FAA
RGB
CMYK
RGB Variations
Color information
#AC3FAA (or 0xAC3FAA) is known color: Violet Blue. HEX triplet: AC, 3F and AA. RGB value is (172,63,170). Sum of RGB (Red+Green+Blue) = 172+63+170=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FAA is #53C055. Grayscale: #6B6B6B. Windows color (decimal): -5488726 or 11157420. OLE color: 11157420.
HSL color Cylindrical-coordinate representation of color #AC3FAA: hue angle of 301.1º 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 #AC3FAA is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 170 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.33 |
| HSL | 301.1º | 0.46% | 0.46% | - |
| HSV(B) | 301.1º | 0.63% | 0.67% | - |
| XYZ | 26.05 | 15.23 | 39.6 | - |
| YUV | 107.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 170 | 0 | 0.63 | 0.01 | 0.33 | 301.1 | 0.46 | 0.46 |
| Hex | AC | 3F | AA | 0 | 3F | 1 | 21 | 12D | 2E | 2E |
| Octal | 254 | 77 | 252 | 0 | 77 | 1 | 41 | 455 | 56 | 56 |
| Binary | 10101100 | 111111 | 10101010 | 0 | 111111 | 1 | 100001 | 100101101 | 101110 | 101110 |
Color Harmonies of #AC3FAA
Complementary color
Monochromatic Colors of #AC3FAA
Black with #AC3FAA
Text Example
Text Example
White with #AC3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3FAA; }
p { color: rgb(172,63,170); }
H1.HeaderClassName
{
color: #AC3FAA;
}
.AnyTagClassName
{
color: #AC3FAA;
}
</style>
background-color css
<style>
a { background-color: #AC3FAA; }
a { background-color: rgb(172,63,170); }
div.DivClassName
{
background-color: #AC3FAA;
}
.BgClassName
{
background-color: #AC3FAA;
}
</style>
border-color css
<style>
span { border-color: #AC3FAA; }
span { border-color: rgb(172,63,170); }
td.TdClassName
{
border-color: #AC3FAA;
}
.TagClassName
{
border-color: #AC3FAA;
}
</style>