Shades of Electric Purple #A812FF
Tints of Electric Purple #A812FF
RGB
CMYK
RGB Variations
Color information
#A812FF (or 0xA812FF) is known color: Electric Purple. HEX triplet: A8, 12 and FF. RGB value is (168,18,255). Sum of RGB (Red+Green+Blue) = 168+18+255=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A812FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812FF is #57ED00. Grayscale: #595959. Windows color (decimal): -5762305 or 16716456. OLE color: 16716456.
HSL color Cylindrical-coordinate representation of color #A812FF: hue angle of 277.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812FF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 18 | 255 | - |
| CMYK | 0.34 | 0.93 | 0 | 0 |
| HSL | 277.97º | 1% | 0.54% | - |
| HSV(B) | 277.97º | 0.93% | 1% | - |
| XYZ | 34.41 | 15.98 | 95.88 | - |
| YUV | 89.87 | 221.2 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 255 | 0.34 | 0.93 | 0 | 0 | 277.97 | 1 | 0.54 |
| Hex | A8 | 12 | FF | 22 | 5D | 0 | 0 | 116 | 64 | 36 |
| Octal | 250 | 22 | 377 | 42 | 135 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10101000 | 10010 | 11111111 | 100010 | 1011101 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #A812FF
Complementary color
Monochromatic Colors of #A812FF
Black with #A812FF
Text Example
Text Example
White with #A812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812FF; }
p { color: rgb(168,18,255); }
H1.HeaderClassName
{
color: #A812FF;
}
.AnyTagClassName
{
color: #A812FF;
}
</style>
background-color css
<style>
a { background-color: #A812FF; }
a { background-color: rgb(168,18,255); }
div.DivClassName
{
background-color: #A812FF;
}
.BgClassName
{
background-color: #A812FF;
}
</style>
border-color css
<style>
span { border-color: #A812FF; }
span { border-color: rgb(168,18,255); }
td.TdClassName
{
border-color: #A812FF;
}
.TagClassName
{
border-color: #A812FF;
}
</style>