Shades of Blue Violet #AC3AFF
Tints of Blue Violet #AC3AFF
RGB
CMYK
RGB Variations
Color information
#AC3AFF (or 0xAC3AFF) is known color: Blue Violet. HEX triplet: AC, 3A and FF. RGB value is (172,58,255). Sum of RGB (Red+Green+Blue) = 172+58+255=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3AFF is #53C500. Grayscale: #717171. Windows color (decimal): -5489921 or 16726700. OLE color: 16726700.
HSL color Cylindrical-coordinate representation of color #AC3AFF: hue angle of 274.72º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3AFF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 58 | 255 | - |
| CMYK | 0.33 | 0.77 | 0 | 0 |
| HSL | 274.72º | 1% | 0.61% | - |
| HSV(B) | 274.72º | 0.77% | 1% | - |
| XYZ | 36.58 | 19.02 | 96.35 | - |
| YUV | 114.54 | 207.27 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 255 | 0.33 | 0.77 | 0 | 0 | 274.72 | 1 | 0.61 |
| Hex | AC | 3A | FF | 21 | 4D | 0 | 0 | 113 | 64 | 3D |
| Octal | 254 | 72 | 377 | 41 | 115 | 0 | 0 | 423 | 144 | 75 |
| Binary | 10101100 | 111010 | 11111111 | 100001 | 1001101 | 0 | 0 | 100010011 | 1100100 | 111101 |
Color Harmonies of #AC3AFF
Complementary color
Monochromatic Colors of #AC3AFF
Black with #AC3AFF
Text Example
Text Example
White with #AC3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AFF; }
p { color: rgb(172,58,255); }
H1.HeaderClassName
{
color: #AC3AFF;
}
.AnyTagClassName
{
color: #AC3AFF;
}
</style>
background-color css
<style>
a { background-color: #AC3AFF; }
a { background-color: rgb(172,58,255); }
div.DivClassName
{
background-color: #AC3AFF;
}
.BgClassName
{
background-color: #AC3AFF;
}
</style>
border-color css
<style>
span { border-color: #AC3AFF; }
span { border-color: rgb(172,58,255); }
td.TdClassName
{
border-color: #AC3AFF;
}
.TagClassName
{
border-color: #AC3AFF;
}
</style>