Shades of Electric Purple #A800FF
Tints of Electric Purple #A800FF
RGB
CMYK
RGB Variations
Color information
#A800FF (or 0xA800FF) is known color: Electric Purple. HEX triplet: A8, 00 and FF. RGB value is (168,0,255). Sum of RGB (Red+Green+Blue) = 168+0+255=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #A800FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800FF is #57FF00. Grayscale: #4E4E4E. Windows color (decimal): -5766913 or 16711848. OLE color: 16711848.
HSL color Cylindrical-coordinate representation of color #A800FF: hue angle of 279.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800FF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 0 | 255 | - |
| CMYK | 0.34 | 1 | 0 | 0 |
| HSL | 279.53º | 1% | 0.5% | - |
| HSV(B) | 279.53º | 1% | 1% | - |
| XYZ | 34.2 | 15.54 | 95.81 | - |
| YUV | 79.3 | 227.16 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 255 | 0.34 | 1 | 0 | 0 | 279.53 | 1 | 0.5 |
| Hex | A8 | 0 | FF | 22 | 64 | 0 | 0 | 118 | 64 | 32 |
| Octal | 250 | 0 | 377 | 42 | 144 | 0 | 0 | 430 | 144 | 62 |
| Binary | 10101000 | 0 | 11111111 | 100010 | 1100100 | 0 | 0 | 100011000 | 1100100 | 110010 |
Color Harmonies of #A800FF
Complementary color
Monochromatic Colors of #A800FF
Black with #A800FF
Text Example
Text Example
White with #A800FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800FF; }
p { color: rgb(168,0,255); }
H1.HeaderClassName
{
color: #A800FF;
}
.AnyTagClassName
{
color: #A800FF;
}
</style>
background-color css
<style>
a { background-color: #A800FF; }
a { background-color: rgb(168,0,255); }
div.DivClassName
{
background-color: #A800FF;
}
.BgClassName
{
background-color: #A800FF;
}
</style>
border-color css
<style>
span { border-color: #A800FF; }
span { border-color: rgb(168,0,255); }
td.TdClassName
{
border-color: #A800FF;
}
.TagClassName
{
border-color: #A800FF;
}
</style>