Shades of Blue Violet #AC33F5
Tints of Blue Violet #AC33F5
RGB
CMYK
RGB Variations
Color information
#AC33F5 (or 0xAC33F5) is known color: Blue Violet. HEX triplet: AC, 33 and F5. RGB value is (172,51,245). Sum of RGB (Red+Green+Blue) = 172+51+245=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC33F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC33F5 is #53CC0A. Grayscale: #6C6C6C. Windows color (decimal): -5491723 or 16069548. OLE color: 16069548.
HSL color Cylindrical-coordinate representation of color #AC33F5: hue angle of 277.42º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC33F5 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 51 | 245 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.04 |
| HSL | 277.42º | 0.91% | 0.58% | - |
| HSV(B) | 277.42º | 0.79% | 0.96% | - |
| XYZ | 34.68 | 17.73 | 87.98 | - |
| YUV | 109.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 245 | 0.30 | 0.79 | 0 | 0.04 | 277.42 | 0.91 | 0.58 |
| Hex | AC | 33 | F5 | 1E | 4F | 0 | 4 | 115 | 5B | 3A |
| Octal | 254 | 63 | 365 | 36 | 117 | 0 | 4 | 425 | 133 | 72 |
| Binary | 10101100 | 110011 | 11110101 | 11110 | 1001111 | 0 | 100 | 100010101 | 1011011 | 111010 |
Color Harmonies of #AC33F5
Complementary color
Monochromatic Colors of #AC33F5
Black with #AC33F5
Text Example
Text Example
White with #AC33F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33F5; }
p { color: rgb(172,51,245); }
H1.HeaderClassName
{
color: #AC33F5;
}
.AnyTagClassName
{
color: #AC33F5;
}
</style>
background-color css
<style>
a { background-color: #AC33F5; }
a { background-color: rgb(172,51,245); }
div.DivClassName
{
background-color: #AC33F5;
}
.BgClassName
{
background-color: #AC33F5;
}
</style>
border-color css
<style>
span { border-color: #AC33F5; }
span { border-color: rgb(172,51,245); }
td.TdClassName
{
border-color: #AC33F5;
}
.TagClassName
{
border-color: #AC33F5;
}
</style>