Shades of Electric Purple #AB15F5
Tints of Electric Purple #AB15F5
RGB
CMYK
RGB Variations
Color information
#AB15F5 (or 0xAB15F5) is known color: Electric Purple. HEX triplet: AB, 15 and F5. RGB value is (171,21,245). Sum of RGB (Red+Green+Blue) = 171+21+245=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB15F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15F5 is #54EA0A. Grayscale: #5A5A5A. Windows color (decimal): -5564939 or 16061867. OLE color: 16061867.
HSL color Cylindrical-coordinate representation of color #AB15F5: hue angle of 280.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB15F5 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 21 | 245 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.04 |
| HSL | 280.18º | 0.92% | 0.52% | - |
| HSV(B) | 280.18º | 0.91% | 0.96% | - |
| XYZ | 33.54 | 15.79 | 87.67 | - |
| YUV | 91.39 | 214.7 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 245 | 0.30 | 0.91 | 0 | 0.04 | 280.18 | 0.92 | 0.52 |
| Hex | AB | 15 | F5 | 1E | 5B | 0 | 4 | 118 | 5C | 34 |
| Octal | 253 | 25 | 365 | 36 | 133 | 0 | 4 | 430 | 134 | 64 |
| Binary | 10101011 | 10101 | 11110101 | 11110 | 1011011 | 0 | 100 | 100011000 | 1011100 | 110100 |
Color Harmonies of #AB15F5
Complementary color
Monochromatic Colors of #AB15F5
Black with #AB15F5
Text Example
Text Example
White with #AB15F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15F5; }
p { color: rgb(171,21,245); }
H1.HeaderClassName
{
color: #AB15F5;
}
.AnyTagClassName
{
color: #AB15F5;
}
</style>
background-color css
<style>
a { background-color: #AB15F5; }
a { background-color: rgb(171,21,245); }
div.DivClassName
{
background-color: #AB15F5;
}
.BgClassName
{
background-color: #AB15F5;
}
</style>
border-color css
<style>
span { border-color: #AB15F5; }
span { border-color: rgb(171,21,245); }
td.TdClassName
{
border-color: #AB15F5;
}
.TagClassName
{
border-color: #AB15F5;
}
</style>