Shades of Electric Purple #A802F8
Tints of Electric Purple #A802F8
RGB
CMYK
RGB Variations
Color information
#A802F8 (or 0xA802F8) is known color: Electric Purple. HEX triplet: A8, 02 and F8. RGB value is (168,2,248). Sum of RGB (Red+Green+Blue) = 168+2+248=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #A802F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802F8 is #57FD07. Grayscale: #4E4E4E. Windows color (decimal): -5766408 or 16253608. OLE color: 16253608.
HSL color Cylindrical-coordinate representation of color #A802F8: hue angle of 280.49º 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 #A802F8 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 2 | 248 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.03 |
| HSL | 280.49º | 0.98% | 0.49% | - |
| HSV(B) | 280.49º | 0.99% | 0.97% | - |
| XYZ | 33.11 | 15.15 | 89.99 | - |
| YUV | 79.68 | 223 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 248 | 0.32 | 0.99 | 0 | 0.03 | 280.49 | 0.98 | 0.49 |
| Hex | A8 | 2 | F8 | 20 | 63 | 0 | 3 | 118 | 62 | 31 |
| Octal | 250 | 2 | 370 | 40 | 143 | 0 | 3 | 430 | 142 | 61 |
| Binary | 10101000 | 10 | 11111000 | 100000 | 1100011 | 0 | 11 | 100011000 | 1100010 | 110001 |
Color Harmonies of #A802F8
Complementary color
Monochromatic Colors of #A802F8
Black with #A802F8
Text Example
Text Example
White with #A802F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802F8; }
p { color: rgb(168,2,248); }
H1.HeaderClassName
{
color: #A802F8;
}
.AnyTagClassName
{
color: #A802F8;
}
</style>
background-color css
<style>
a { background-color: #A802F8; }
a { background-color: rgb(168,2,248); }
div.DivClassName
{
background-color: #A802F8;
}
.BgClassName
{
background-color: #A802F8;
}
</style>
border-color css
<style>
span { border-color: #A802F8; }
span { border-color: rgb(168,2,248); }
td.TdClassName
{
border-color: #A802F8;
}
.TagClassName
{
border-color: #A802F8;
}
</style>