Shades of Electric Purple #AB15FA
Tints of Electric Purple #AB15FA
RGB
CMYK
RGB Variations
Color information
#AB15FA (or 0xAB15FA) is known color: Electric Purple. HEX triplet: AB, 15 and FA. RGB value is (171,21,250). Sum of RGB (Red+Green+Blue) = 171+21+250=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB15FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15FA is #54EA05. Grayscale: #5B5B5B. Windows color (decimal): -5564934 or 16389547. OLE color: 16389547.
HSL color Cylindrical-coordinate representation of color #AB15FA: hue angle of 279.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB15FA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 21 | 250 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.02 |
| HSL | 279.3º | 0.96% | 0.53% | - |
| HSV(B) | 279.3º | 0.92% | 0.98% | - |
| XYZ | 34.32 | 16.1 | 91.74 | - |
| YUV | 91.96 | 217.2 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 250 | 0.32 | 0.92 | 0 | 0.02 | 279.3 | 0.96 | 0.53 |
| Hex | AB | 15 | FA | 20 | 5C | 0 | 2 | 117 | 60 | 35 |
| Octal | 253 | 25 | 372 | 40 | 134 | 0 | 2 | 427 | 140 | 65 |
| Binary | 10101011 | 10101 | 11111010 | 100000 | 1011100 | 0 | 10 | 100010111 | 1100000 | 110101 |
Color Harmonies of #AB15FA
Complementary color
Monochromatic Colors of #AB15FA
Black with #AB15FA
Text Example
Text Example
White with #AB15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15FA; }
p { color: rgb(171,21,250); }
H1.HeaderClassName
{
color: #AB15FA;
}
.AnyTagClassName
{
color: #AB15FA;
}
</style>
background-color css
<style>
a { background-color: #AB15FA; }
a { background-color: rgb(171,21,250); }
div.DivClassName
{
background-color: #AB15FA;
}
.BgClassName
{
background-color: #AB15FA;
}
</style>
border-color css
<style>
span { border-color: #AB15FA; }
span { border-color: rgb(171,21,250); }
td.TdClassName
{
border-color: #AB15FA;
}
.TagClassName
{
border-color: #AB15FA;
}
</style>