Shades of Electric Purple #A800F2
Tints of Electric Purple #A800F2
RGB
CMYK
RGB Variations
Color information
#A800F2 (or 0xA800F2) is known color: Electric Purple. HEX triplet: A8, 00 and F2. RGB value is (168,0,242). Sum of RGB (Red+Green+Blue) = 168+0+242=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #A800F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800F2 is #57FF0D. Grayscale: #4D4D4D. Windows color (decimal): -5766926 or 15859880. OLE color: 15859880.
HSL color Cylindrical-coordinate representation of color #A800F2: hue angle of 281.65º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800F2 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 0 | 242 | - |
| CMYK | 0.31 | 1 | 0 | 0.05 |
| HSL | 281.65º | 1% | 0.47% | - |
| HSV(B) | 281.65º | 1% | 0.95% | - |
| XYZ | 32.18 | 14.74 | 85.15 | - |
| YUV | 77.82 | 220.66 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 242 | 0.31 | 1 | 0 | 0.05 | 281.65 | 1 | 0.47 |
| Hex | A8 | 0 | F2 | 1F | 64 | 0 | 5 | 11A | 64 | 2F |
| Octal | 250 | 0 | 362 | 37 | 144 | 0 | 5 | 432 | 144 | 57 |
| Binary | 10101000 | 0 | 11110010 | 11111 | 1100100 | 0 | 101 | 100011010 | 1100100 | 101111 |
Color Harmonies of #A800F2
Complementary color
Monochromatic Colors of #A800F2
Black with #A800F2
Text Example
Text Example
White with #A800F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800F2; }
p { color: rgb(168,0,242); }
H1.HeaderClassName
{
color: #A800F2;
}
.AnyTagClassName
{
color: #A800F2;
}
</style>
background-color css
<style>
a { background-color: #A800F2; }
a { background-color: rgb(168,0,242); }
div.DivClassName
{
background-color: #A800F2;
}
.BgClassName
{
background-color: #A800F2;
}
</style>
border-color css
<style>
span { border-color: #A800F2; }
span { border-color: rgb(168,0,242); }
td.TdClassName
{
border-color: #A800F2;
}
.TagClassName
{
border-color: #A800F2;
}
</style>