Shades of Electric Purple #AC03FF
Tints of Electric Purple #AC03FF
RGB
CMYK
RGB Variations
Color information
#AC03FF (or 0xAC03FF) is known color: Electric Purple. HEX triplet: AC, 03 and FF. RGB value is (172,3,255). Sum of RGB (Red+Green+Blue) = 172+3+255=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC03FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03FF is #53FC00. Grayscale: #515151. Windows color (decimal): -5504001 or 16712620. OLE color: 16712620.
HSL color Cylindrical-coordinate representation of color #AC03FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03FF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 3 | 255 | - |
| CMYK | 0.33 | 0.99 | 0 | 0 |
| HSL | 280.24º | 1% | 0.51% | - |
| HSV(B) | 280.24º | 0.99% | 1% | - |
| XYZ | 35.1 | 16.06 | 95.86 | - |
| YUV | 82.26 | 225.49 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 255 | 0.33 | 0.99 | 0 | 0 | 280.24 | 1 | 0.51 |
| Hex | AC | 3 | FF | 21 | 63 | 0 | 0 | 118 | 64 | 33 |
| Octal | 254 | 3 | 377 | 41 | 143 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101100 | 11 | 11111111 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AC03FF
Complementary color
Monochromatic Colors of #AC03FF
Black with #AC03FF
Text Example
Text Example
White with #AC03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03FF; }
p { color: rgb(172,3,255); }
H1.HeaderClassName
{
color: #AC03FF;
}
.AnyTagClassName
{
color: #AC03FF;
}
</style>
background-color css
<style>
a { background-color: #AC03FF; }
a { background-color: rgb(172,3,255); }
div.DivClassName
{
background-color: #AC03FF;
}
.BgClassName
{
background-color: #AC03FF;
}
</style>
border-color css
<style>
span { border-color: #AC03FF; }
span { border-color: rgb(172,3,255); }
td.TdClassName
{
border-color: #AC03FF;
}
.TagClassName
{
border-color: #AC03FF;
}
</style>