Shades of Electric Purple #AB10FD
Tints of Electric Purple #AB10FD
RGB
CMYK
RGB Variations
Color information
#AB10FD (or 0xAB10FD) is known color: Electric Purple. HEX triplet: AB, 10 and FD. RGB value is (171,16,253). Sum of RGB (Red+Green+Blue) = 171+16+253=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB10FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10FD is #54EF02. Grayscale: #585858. Windows color (decimal): -5566211 or 16584875. OLE color: 16584875.
HSL color Cylindrical-coordinate representation of color #AB10FD: hue angle of 279.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB10FD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 16 | 253 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.01 |
| HSL | 279.24º | 0.98% | 0.53% | - |
| HSV(B) | 279.24º | 0.94% | 0.99% | - |
| XYZ | 34.71 | 16.12 | 94.21 | - |
| YUV | 89.36 | 220.35 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 253 | 0.32 | 0.94 | 0 | 0.01 | 279.24 | 0.98 | 0.53 |
| Hex | AB | 10 | FD | 20 | 5E | 0 | 1 | 117 | 62 | 35 |
| Octal | 253 | 20 | 375 | 40 | 136 | 0 | 1 | 427 | 142 | 65 |
| Binary | 10101011 | 10000 | 11111101 | 100000 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110101 |
Color Harmonies of #AB10FD
Complementary color
Monochromatic Colors of #AB10FD
Black with #AB10FD
Text Example
Text Example
White with #AB10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10FD; }
p { color: rgb(171,16,253); }
H1.HeaderClassName
{
color: #AB10FD;
}
.AnyTagClassName
{
color: #AB10FD;
}
</style>
background-color css
<style>
a { background-color: #AB10FD; }
a { background-color: rgb(171,16,253); }
div.DivClassName
{
background-color: #AB10FD;
}
.BgClassName
{
background-color: #AB10FD;
}
</style>
border-color css
<style>
span { border-color: #AB10FD; }
span { border-color: rgb(171,16,253); }
td.TdClassName
{
border-color: #AB10FD;
}
.TagClassName
{
border-color: #AB10FD;
}
</style>