Shades of Blue Violet #AC44FF
Tints of Blue Violet #AC44FF
RGB
CMYK
RGB Variations
Color information
#AC44FF (or 0xAC44FF) is known color: Blue Violet. HEX triplet: AC, 44 and FF. RGB value is (172,68,255). Sum of RGB (Red+Green+Blue) = 172+68+255=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC44FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC44FF is #53BB00. Grayscale: #777777. Windows color (decimal): -5487361 or 16729260. OLE color: 16729260.
HSL color Cylindrical-coordinate representation of color #AC44FF: hue angle of 273.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC44FF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 68 | 255 | - |
| CMYK | 0.33 | 0.73 | 0 | 0 |
| HSL | 273.37º | 1% | 0.63% | - |
| HSV(B) | 273.37º | 0.73% | 1% | - |
| XYZ | 37.13 | 20.12 | 96.54 | - |
| YUV | 120.41 | 203.96 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 255 | 0.33 | 0.73 | 0 | 0 | 273.37 | 1 | 0.63 |
| Hex | AC | 44 | FF | 21 | 49 | 0 | 0 | 111 | 64 | 3F |
| Octal | 254 | 104 | 377 | 41 | 111 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101100 | 1000100 | 11111111 | 100001 | 1001001 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #AC44FF
Complementary color
Monochromatic Colors of #AC44FF
Black with #AC44FF
Text Example
Text Example
White with #AC44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44FF; }
p { color: rgb(172,68,255); }
H1.HeaderClassName
{
color: #AC44FF;
}
.AnyTagClassName
{
color: #AC44FF;
}
</style>
background-color css
<style>
a { background-color: #AC44FF; }
a { background-color: rgb(172,68,255); }
div.DivClassName
{
background-color: #AC44FF;
}
.BgClassName
{
background-color: #AC44FF;
}
</style>
border-color css
<style>
span { border-color: #AC44FF; }
span { border-color: rgb(172,68,255); }
td.TdClassName
{
border-color: #AC44FF;
}
.TagClassName
{
border-color: #AC44FF;
}
</style>