Shades of Electric Purple #A810F3
Tints of Electric Purple #A810F3
RGB
CMYK
RGB Variations
Color information
#A810F3 (or 0xA810F3) is known color: Electric Purple. HEX triplet: A8, 10 and F3. RGB value is (168,16,243). Sum of RGB (Red+Green+Blue) = 168+16+243=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 243 (95.31% from 255 or 56.91% from 427); Max value from RGB is 243 - color contains mainly: blue. Hex color #A810F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810F3 is #57EF0C. Grayscale: #565656. Windows color (decimal): -5762829 or 15929512. OLE color: 15929512.
HSL color Cylindrical-coordinate representation of color #A810F3: hue angle of 280.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810F3 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 16 | 243 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.05 |
| HSL | 280.18º | 0.9% | 0.51% | - |
| HSV(B) | 280.18º | 0.93% | 0.95% | - |
| XYZ | 32.51 | 15.17 | 86.01 | - |
| YUV | 87.33 | 215.86 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 243 | 0.31 | 0.93 | 0 | 0.05 | 280.18 | 0.9 | 0.51 |
| Hex | A8 | 10 | F3 | 1F | 5D | 0 | 5 | 118 | 5A | 33 |
| Octal | 250 | 20 | 363 | 37 | 135 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10101000 | 10000 | 11110011 | 11111 | 1011101 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A810F3
Complementary color
Monochromatic Colors of #A810F3
Black with #A810F3
Text Example
Text Example
White with #A810F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810F3; }
p { color: rgb(168,16,243); }
H1.HeaderClassName
{
color: #A810F3;
}
.AnyTagClassName
{
color: #A810F3;
}
</style>
background-color css
<style>
a { background-color: #A810F3; }
a { background-color: rgb(168,16,243); }
div.DivClassName
{
background-color: #A810F3;
}
.BgClassName
{
background-color: #A810F3;
}
</style>
border-color css
<style>
span { border-color: #A810F3; }
span { border-color: rgb(168,16,243); }
td.TdClassName
{
border-color: #A810F3;
}
.TagClassName
{
border-color: #A810F3;
}
</style>