Shades of Electric Purple #A81BFD
Tints of Electric Purple #A81BFD
RGB
CMYK
RGB Variations
Color information
#A81BFD (or 0xA81BFD) is known color: Electric Purple. HEX triplet: A8, 1B and FD. RGB value is (168,27,253). Sum of RGB (Red+Green+Blue) = 168+27+253=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #A81BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BFD is #57E402. Grayscale: #5E5E5E. Windows color (decimal): -5760003 or 16587688. OLE color: 16587688.
HSL color Cylindrical-coordinate representation of color #A81BFD: hue angle of 277.43º 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 #A81BFD is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 27 | 253 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.01 |
| HSL | 277.43º | 0.98% | 0.55% | - |
| HSV(B) | 277.43º | 0.89% | 0.99% | - |
| XYZ | 34.27 | 16.2 | 94.25 | - |
| YUV | 94.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 253 | 0.34 | 0.89 | 0 | 0.01 | 277.43 | 0.98 | 0.55 |
| Hex | A8 | 1B | FD | 22 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 250 | 33 | 375 | 42 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10101000 | 11011 | 11111101 | 100010 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A81BFD
Complementary color
Monochromatic Colors of #A81BFD
Black with #A81BFD
Text Example
Text Example
White with #A81BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BFD; }
p { color: rgb(168,27,253); }
H1.HeaderClassName
{
color: #A81BFD;
}
.AnyTagClassName
{
color: #A81BFD;
}
</style>
background-color css
<style>
a { background-color: #A81BFD; }
a { background-color: rgb(168,27,253); }
div.DivClassName
{
background-color: #A81BFD;
}
.BgClassName
{
background-color: #A81BFD;
}
</style>
border-color css
<style>
span { border-color: #A81BFD; }
span { border-color: rgb(168,27,253); }
td.TdClassName
{
border-color: #A81BFD;
}
.TagClassName
{
border-color: #A81BFD;
}
</style>