Shades of Electric Purple #A80AF3
Tints of Electric Purple #A80AF3
RGB
CMYK
RGB Variations
Color information
#A80AF3 (or 0xA80AF3) is known color: Electric Purple. HEX triplet: A8, 0A and F3. RGB value is (168,10,243). Sum of RGB (Red+Green+Blue) = 168+10+243=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #A80AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AF3 is #57F50C. Grayscale: #535353. Windows color (decimal): -5764365 or 15927976. OLE color: 15927976.
HSL color Cylindrical-coordinate representation of color #A80AF3: hue angle of 280.69º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AF3 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 10 | 243 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.05 |
| HSL | 280.69º | 0.92% | 0.5% | - |
| HSV(B) | 280.69º | 0.96% | 0.95% | - |
| XYZ | 32.43 | 15.01 | 85.98 | - |
| YUV | 83.8 | 217.85 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 243 | 0.31 | 0.96 | 0 | 0.05 | 280.69 | 0.92 | 0.5 |
| Hex | A8 | A | F3 | 1F | 60 | 0 | 5 | 119 | 5C | 32 |
| Octal | 250 | 12 | 363 | 37 | 140 | 0 | 5 | 431 | 134 | 62 |
| Binary | 10101000 | 1010 | 11110011 | 11111 | 1100000 | 0 | 101 | 100011001 | 1011100 | 110010 |
Color Harmonies of #A80AF3
Complementary color
Monochromatic Colors of #A80AF3
Black with #A80AF3
Text Example
Text Example
White with #A80AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AF3; }
p { color: rgb(168,10,243); }
H1.HeaderClassName
{
color: #A80AF3;
}
.AnyTagClassName
{
color: #A80AF3;
}
</style>
background-color css
<style>
a { background-color: #A80AF3; }
a { background-color: rgb(168,10,243); }
div.DivClassName
{
background-color: #A80AF3;
}
.BgClassName
{
background-color: #A80AF3;
}
</style>
border-color css
<style>
span { border-color: #A80AF3; }
span { border-color: rgb(168,10,243); }
td.TdClassName
{
border-color: #A80AF3;
}
.TagClassName
{
border-color: #A80AF3;
}
</style>