Shades of Electric Purple #A803F8
Tints of Electric Purple #A803F8
RGB
CMYK
RGB Variations
Color information
#A803F8 (or 0xA803F8) is known color: Electric Purple. HEX triplet: A8, 03 and F8. RGB value is (168,3,248). Sum of RGB (Red+Green+Blue) = 168+3+248=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #A803F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A803F8 is #57FC07. Grayscale: #4F4F4F. Windows color (decimal): -5766152 or 16253864. OLE color: 16253864.
HSL color Cylindrical-coordinate representation of color #A803F8: hue angle of 280.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803F8 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 3 | 248 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.03 |
| HSL | 280.41º | 0.98% | 0.49% | - |
| HSV(B) | 280.41º | 0.99% | 0.97% | - |
| XYZ | 33.12 | 15.17 | 89.99 | - |
| YUV | 80.27 | 222.66 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 248 | 0.32 | 0.99 | 0 | 0.03 | 280.41 | 0.98 | 0.49 |
| Hex | A8 | 3 | F8 | 20 | 63 | 0 | 3 | 118 | 62 | 31 |
| Octal | 250 | 3 | 370 | 40 | 143 | 0 | 3 | 430 | 142 | 61 |
| Binary | 10101000 | 11 | 11111000 | 100000 | 1100011 | 0 | 11 | 100011000 | 1100010 | 110001 |
Color Harmonies of #A803F8
Complementary color
Monochromatic Colors of #A803F8
Black with #A803F8
Text Example
Text Example
White with #A803F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803F8; }
p { color: rgb(168,3,248); }
H1.HeaderClassName
{
color: #A803F8;
}
.AnyTagClassName
{
color: #A803F8;
}
</style>
background-color css
<style>
a { background-color: #A803F8; }
a { background-color: rgb(168,3,248); }
div.DivClassName
{
background-color: #A803F8;
}
.BgClassName
{
background-color: #A803F8;
}
</style>
border-color css
<style>
span { border-color: #A803F8; }
span { border-color: rgb(168,3,248); }
td.TdClassName
{
border-color: #A803F8;
}
.TagClassName
{
border-color: #A803F8;
}
</style>