Shades of Electric Purple #A803FE
Tints of Electric Purple #A803FE
RGB
CMYK
RGB Variations
Color information
#A803FE (or 0xA803FE) is known color: Electric Purple. HEX triplet: A8, 03 and FE. RGB value is (168,3,254). Sum of RGB (Red+Green+Blue) = 168+3+254=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #A803FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803FE is #57FC01. Grayscale: #505050. Windows color (decimal): -5766146 or 16647080. OLE color: 16647080.
HSL color Cylindrical-coordinate representation of color #A803FE: hue angle of 279.44º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803FE is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 3 | 254 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.00 |
| HSL | 279.44º | 0.99% | 0.5% | - |
| HSV(B) | 279.44º | 0.99% | 1% | - |
| XYZ | 34.07 | 15.55 | 94.97 | - |
| YUV | 80.95 | 225.66 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 254 | 0.34 | 0.99 | 0 | 0.00 | 279.44 | 0.99 | 0.5 |
| Hex | A8 | 3 | FE | 22 | 63 | 0 | 0 | 117 | 63 | 32 |
| Octal | 250 | 3 | 376 | 42 | 143 | 0 | 0 | 427 | 143 | 62 |
| Binary | 10101000 | 11 | 11111110 | 100010 | 1100011 | 0 | 0 | 100010111 | 1100011 | 110010 |
Color Harmonies of #A803FE
Complementary color
Monochromatic Colors of #A803FE
Black with #A803FE
Text Example
Text Example
White with #A803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803FE; }
p { color: rgb(168,3,254); }
H1.HeaderClassName
{
color: #A803FE;
}
.AnyTagClassName
{
color: #A803FE;
}
</style>
background-color css
<style>
a { background-color: #A803FE; }
a { background-color: rgb(168,3,254); }
div.DivClassName
{
background-color: #A803FE;
}
.BgClassName
{
background-color: #A803FE;
}
</style>
border-color css
<style>
span { border-color: #A803FE; }
span { border-color: rgb(168,3,254); }
td.TdClassName
{
border-color: #A803FE;
}
.TagClassName
{
border-color: #A803FE;
}
</style>