Shades of Blue Violet #AC2AFF
Tints of Blue Violet #AC2AFF
RGB
CMYK
RGB Variations
Color information
#AC2AFF (or 0xAC2AFF) is known color: Blue Violet. HEX triplet: AC, 2A and FF. RGB value is (172,42,255). Sum of RGB (Red+Green+Blue) = 172+42+255=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2AFF is #53D500. Grayscale: #686868. Windows color (decimal): -5494017 or 16722604. OLE color: 16722604.
HSL color Cylindrical-coordinate representation of color #AC2AFF: hue angle of 276.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC2AFF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 42 | 255 | - |
| CMYK | 0.33 | 0.84 | 0 | 0 |
| HSL | 276.62º | 1% | 0.58% | - |
| HSV(B) | 276.62º | 0.84% | 1% | - |
| XYZ | 35.89 | 17.65 | 96.12 | - |
| YUV | 105.15 | 212.57 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 255 | 0.33 | 0.84 | 0 | 0 | 276.62 | 1 | 0.58 |
| Hex | AC | 2A | FF | 21 | 54 | 0 | 0 | 115 | 64 | 3A |
| Octal | 254 | 52 | 377 | 41 | 124 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101100 | 101010 | 11111111 | 100001 | 1010100 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AC2AFF
Complementary color
Monochromatic Colors of #AC2AFF
Black with #AC2AFF
Text Example
Text Example
White with #AC2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AFF; }
p { color: rgb(172,42,255); }
H1.HeaderClassName
{
color: #AC2AFF;
}
.AnyTagClassName
{
color: #AC2AFF;
}
</style>
background-color css
<style>
a { background-color: #AC2AFF; }
a { background-color: rgb(172,42,255); }
div.DivClassName
{
background-color: #AC2AFF;
}
.BgClassName
{
background-color: #AC2AFF;
}
</style>
border-color css
<style>
span { border-color: #AC2AFF; }
span { border-color: rgb(172,42,255); }
td.TdClassName
{
border-color: #AC2AFF;
}
.TagClassName
{
border-color: #AC2AFF;
}
</style>