Shades of Electric Purple #A800F9
Tints of Electric Purple #A800F9
RGB
CMYK
RGB Variations
Color information
#A800F9 (or 0xA800F9) is known color: Electric Purple. HEX triplet: A8, 00 and F9. RGB value is (168,0,249). Sum of RGB (Red+Green+Blue) = 168+0+249=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #A800F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800F9 is #57FF06. Grayscale: #4D4D4D. Windows color (decimal): -5766919 or 16318632. OLE color: 16318632.
HSL color Cylindrical-coordinate representation of color #A800F9: hue angle of 280.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800F9 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 0 | 249 | - |
| CMYK | 0.33 | 1 | 0 | 0.02 |
| HSL | 280.48º | 1% | 0.49% | - |
| HSV(B) | 280.48º | 1% | 0.98% | - |
| XYZ | 33.25 | 15.16 | 90.8 | - |
| YUV | 78.62 | 224.16 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 249 | 0.33 | 1 | 0 | 0.02 | 280.48 | 1 | 0.49 |
| Hex | A8 | 0 | F9 | 21 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 250 | 0 | 371 | 41 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10101000 | 0 | 11111001 | 100001 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A800F9
Complementary color
Monochromatic Colors of #A800F9
Black with #A800F9
Text Example
Text Example
White with #A800F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800F9; }
p { color: rgb(168,0,249); }
H1.HeaderClassName
{
color: #A800F9;
}
.AnyTagClassName
{
color: #A800F9;
}
</style>
background-color css
<style>
a { background-color: #A800F9; }
a { background-color: rgb(168,0,249); }
div.DivClassName
{
background-color: #A800F9;
}
.BgClassName
{
background-color: #A800F9;
}
</style>
border-color css
<style>
span { border-color: #A800F9; }
span { border-color: rgb(168,0,249); }
td.TdClassName
{
border-color: #A800F9;
}
.TagClassName
{
border-color: #A800F9;
}
</style>