Shades of Electric Purple #A818FE
Tints of Electric Purple #A818FE
RGB
CMYK
RGB Variations
Color information
#A818FE (or 0xA818FE) is known color: Electric Purple. HEX triplet: A8, 18 and FE. RGB value is (168,24,254). Sum of RGB (Red+Green+Blue) = 168+24+254=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #A818FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818FE is #57E701. Grayscale: #5C5C5C. Windows color (decimal): -5760770 or 16652456. OLE color: 16652456.
HSL color Cylindrical-coordinate representation of color #A818FE: hue angle of 277.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A818FE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 24 | 254 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.00 |
| HSL | 277.57º | 0.99% | 0.55% | - |
| HSV(B) | 277.57º | 0.91% | 1% | - |
| XYZ | 34.36 | 16.13 | 95.07 | - |
| YUV | 93.28 | 218.71 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 254 | 0.34 | 0.91 | 0 | 0.00 | 277.57 | 0.99 | 0.55 |
| Hex | A8 | 18 | FE | 22 | 5B | 0 | 0 | 116 | 63 | 37 |
| Octal | 250 | 30 | 376 | 42 | 133 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101000 | 11000 | 11111110 | 100010 | 1011011 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #A818FE
Complementary color
Monochromatic Colors of #A818FE
Black with #A818FE
Text Example
Text Example
White with #A818FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818FE; }
p { color: rgb(168,24,254); }
H1.HeaderClassName
{
color: #A818FE;
}
.AnyTagClassName
{
color: #A818FE;
}
</style>
background-color css
<style>
a { background-color: #A818FE; }
a { background-color: rgb(168,24,254); }
div.DivClassName
{
background-color: #A818FE;
}
.BgClassName
{
background-color: #A818FE;
}
</style>
border-color css
<style>
span { border-color: #A818FE; }
span { border-color: rgb(168,24,254); }
td.TdClassName
{
border-color: #A818FE;
}
.TagClassName
{
border-color: #A818FE;
}
</style>