Shades of Electric Purple #A81DFD
Tints of Electric Purple #A81DFD
RGB
CMYK
RGB Variations
Color information
#A81DFD (or 0xA81DFD) is known color: Electric Purple. HEX triplet: A8, 1D and FD. RGB value is (168,29,253). Sum of RGB (Red+Green+Blue) = 168+29+253=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #A81DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DFD is #57E202. Grayscale: #5F5F5F. Windows color (decimal): -5759491 or 16588200. OLE color: 16588200.
HSL color Cylindrical-coordinate representation of color #A81DFD: hue angle of 277.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81DFD is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 29 | 253 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.01 |
| HSL | 277.23º | 0.98% | 0.55% | - |
| HSV(B) | 277.23º | 0.89% | 0.99% | - |
| XYZ | 34.32 | 16.3 | 94.27 | - |
| YUV | 96.1 | 216.55 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 253 | 0.34 | 0.89 | 0 | 0.01 | 277.23 | 0.98 | 0.55 |
| Hex | A8 | 1D | FD | 22 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 250 | 35 | 375 | 42 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10101000 | 11101 | 11111101 | 100010 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A81DFD
Complementary color
Monochromatic Colors of #A81DFD
Black with #A81DFD
Text Example
Text Example
White with #A81DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DFD; }
p { color: rgb(168,29,253); }
H1.HeaderClassName
{
color: #A81DFD;
}
.AnyTagClassName
{
color: #A81DFD;
}
</style>
background-color css
<style>
a { background-color: #A81DFD; }
a { background-color: rgb(168,29,253); }
div.DivClassName
{
background-color: #A81DFD;
}
.BgClassName
{
background-color: #A81DFD;
}
</style>
border-color css
<style>
span { border-color: #A81DFD; }
span { border-color: rgb(168,29,253); }
td.TdClassName
{
border-color: #A81DFD;
}
.TagClassName
{
border-color: #A81DFD;
}
</style>