Shades of Electric Purple #A81EFF
Tints of Electric Purple #A81EFF
RGB
CMYK
RGB Variations
Color information
#A81EFF (or 0xA81EFF) is known color: Electric Purple. HEX triplet: A8, 1E and FF. RGB value is (168,30,255). Sum of RGB (Red+Green+Blue) = 168+30+255=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A81EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EFF is #57E100. Grayscale: #606060. Windows color (decimal): -5759233 or 16719528. OLE color: 16719528.
HSL color Cylindrical-coordinate representation of color #A81EFF: hue angle of 276.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81EFF is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 30 | 255 | - |
| CMYK | 0.34 | 0.88 | 0 | 0 |
| HSL | 276.8º | 1% | 0.56% | - |
| HSV(B) | 276.8º | 0.88% | 1% | - |
| XYZ | 34.66 | 16.47 | 95.96 | - |
| YUV | 96.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 255 | 0.34 | 0.88 | 0 | 0 | 276.8 | 1 | 0.56 |
| Hex | A8 | 1E | FF | 22 | 58 | 0 | 0 | 115 | 64 | 38 |
| Octal | 250 | 36 | 377 | 42 | 130 | 0 | 0 | 425 | 144 | 70 |
| Binary | 10101000 | 11110 | 11111111 | 100010 | 1011000 | 0 | 0 | 100010101 | 1100100 | 111000 |
Color Harmonies of #A81EFF
Complementary color
Monochromatic Colors of #A81EFF
Black with #A81EFF
Text Example
Text Example
White with #A81EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EFF; }
p { color: rgb(168,30,255); }
H1.HeaderClassName
{
color: #A81EFF;
}
.AnyTagClassName
{
color: #A81EFF;
}
</style>
background-color css
<style>
a { background-color: #A81EFF; }
a { background-color: rgb(168,30,255); }
div.DivClassName
{
background-color: #A81EFF;
}
.BgClassName
{
background-color: #A81EFF;
}
</style>
border-color css
<style>
span { border-color: #A81EFF; }
span { border-color: rgb(168,30,255); }
td.TdClassName
{
border-color: #A81EFF;
}
.TagClassName
{
border-color: #A81EFF;
}
</style>