Shades of Electric Purple #A810FA
Tints of Electric Purple #A810FA
RGB
CMYK
RGB Variations
Color information
#A810FA (or 0xA810FA) is known color: Electric Purple. HEX triplet: A8, 10 and FA. RGB value is (168,16,250). Sum of RGB (Red+Green+Blue) = 168+16+250=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #A810FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810FA is #57EF05. Grayscale: #575757. Windows color (decimal): -5762822 or 16388264. OLE color: 16388264.
HSL color Cylindrical-coordinate representation of color #A810FA: hue angle of 278.97º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A810FA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 16 | 250 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.02 |
| HSL | 278.97º | 0.96% | 0.52% | - |
| HSV(B) | 278.97º | 0.94% | 0.98% | - |
| XYZ | 33.59 | 15.6 | 91.68 | - |
| YUV | 88.12 | 219.36 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 250 | 0.33 | 0.94 | 0 | 0.02 | 278.97 | 0.96 | 0.52 |
| Hex | A8 | 10 | FA | 21 | 5E | 0 | 2 | 117 | 60 | 34 |
| Octal | 250 | 20 | 372 | 41 | 136 | 0 | 2 | 427 | 140 | 64 |
| Binary | 10101000 | 10000 | 11111010 | 100001 | 1011110 | 0 | 10 | 100010111 | 1100000 | 110100 |
Color Harmonies of #A810FA
Complementary color
Monochromatic Colors of #A810FA
Black with #A810FA
Text Example
Text Example
White with #A810FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810FA; }
p { color: rgb(168,16,250); }
H1.HeaderClassName
{
color: #A810FA;
}
.AnyTagClassName
{
color: #A810FA;
}
</style>
background-color css
<style>
a { background-color: #A810FA; }
a { background-color: rgb(168,16,250); }
div.DivClassName
{
background-color: #A810FA;
}
.BgClassName
{
background-color: #A810FA;
}
</style>
border-color css
<style>
span { border-color: #A810FA; }
span { border-color: rgb(168,16,250); }
td.TdClassName
{
border-color: #A810FA;
}
.TagClassName
{
border-color: #A810FA;
}
</style>