Shades of Electric Purple #A803FD
Tints of Electric Purple #A803FD
RGB
CMYK
RGB Variations
Color information
#A803FD (or 0xA803FD) is known color: Electric Purple. HEX triplet: A8, 03 and FD. RGB value is (168,3,253). Sum of RGB (Red+Green+Blue) = 168+3+253=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A803FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803FD is #57FC02. Grayscale: #505050. Windows color (decimal): -5766147 or 16581544. OLE color: 16581544.
HSL color Cylindrical-coordinate representation of color #A803FD: hue angle of 279.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803FD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 3 | 253 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.01 |
| HSL | 279.6º | 0.98% | 0.5% | - |
| HSV(B) | 279.6º | 0.99% | 0.99% | - |
| XYZ | 33.91 | 15.48 | 94.13 | - |
| YUV | 80.84 | 225.16 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 253 | 0.34 | 0.99 | 0 | 0.01 | 279.6 | 0.98 | 0.5 |
| Hex | A8 | 3 | FD | 22 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 250 | 3 | 375 | 42 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101000 | 11 | 11111101 | 100010 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #A803FD
Complementary color
Monochromatic Colors of #A803FD
Black with #A803FD
Text Example
Text Example
White with #A803FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803FD; }
p { color: rgb(168,3,253); }
H1.HeaderClassName
{
color: #A803FD;
}
.AnyTagClassName
{
color: #A803FD;
}
</style>
background-color css
<style>
a { background-color: #A803FD; }
a { background-color: rgb(168,3,253); }
div.DivClassName
{
background-color: #A803FD;
}
.BgClassName
{
background-color: #A803FD;
}
</style>
border-color css
<style>
span { border-color: #A803FD; }
span { border-color: rgb(168,3,253); }
td.TdClassName
{
border-color: #A803FD;
}
.TagClassName
{
border-color: #A803FD;
}
</style>