Shades of Blue Violet #AC38FE
Tints of Blue Violet #AC38FE
RGB
CMYK
RGB Variations
Color information
#AC38FE (or 0xAC38FE) is known color: Blue Violet. HEX triplet: AC, 38 and FE. RGB value is (172,56,254). Sum of RGB (Red+Green+Blue) = 172+56+254=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC38FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC38FE is #53C701. Grayscale: #707070. Windows color (decimal): -5490434 or 16660652. OLE color: 16660652.
HSL color Cylindrical-coordinate representation of color #AC38FE: hue angle of 275.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC38FE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 56 | 254 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.00 |
| HSL | 275.15º | 0.99% | 0.61% | - |
| HSV(B) | 275.15º | 0.78% | 1% | - |
| XYZ | 36.32 | 18.75 | 95.47 | - |
| YUV | 113.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 254 | 0.32 | 0.78 | 0 | 0.00 | 275.15 | 0.99 | 0.61 |
| Hex | AC | 38 | FE | 20 | 4E | 0 | 0 | 113 | 63 | 3D |
| Octal | 254 | 70 | 376 | 40 | 116 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101100 | 111000 | 11111110 | 100000 | 1001110 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AC38FE
Complementary color
Monochromatic Colors of #AC38FE
Black with #AC38FE
Text Example
Text Example
White with #AC38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC38FE; }
p { color: rgb(172,56,254); }
H1.HeaderClassName
{
color: #AC38FE;
}
.AnyTagClassName
{
color: #AC38FE;
}
</style>
background-color css
<style>
a { background-color: #AC38FE; }
a { background-color: rgb(172,56,254); }
div.DivClassName
{
background-color: #AC38FE;
}
.BgClassName
{
background-color: #AC38FE;
}
</style>
border-color css
<style>
span { border-color: #AC38FE; }
span { border-color: rgb(172,56,254); }
td.TdClassName
{
border-color: #AC38FE;
}
.TagClassName
{
border-color: #AC38FE;
}
</style>