Shades of Electric Purple #AB13FF
Tints of Electric Purple #AB13FF
RGB
CMYK
RGB Variations
Color information
#AB13FF (or 0xAB13FF) is known color: Electric Purple. HEX triplet: AB, 13 and FF. RGB value is (171,19,255). Sum of RGB (Red+Green+Blue) = 171+19+255=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB13FF is #54EC00. Grayscale: #5A5A5A. Windows color (decimal): -5565441 or 16716715. OLE color: 16716715.
HSL color Cylindrical-coordinate representation of color #AB13FF: hue angle of 278.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB13FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 19 | 255 | - |
| CMYK | 0.33 | 0.93 | 0 | 0 |
| HSL | 278.64º | 1% | 0.54% | - |
| HSV(B) | 278.64º | 0.93% | 1% | - |
| XYZ | 35.08 | 16.34 | 95.91 | - |
| YUV | 91.35 | 220.36 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 255 | 0.33 | 0.93 | 0 | 0 | 278.64 | 1 | 0.54 |
| Hex | AB | 13 | FF | 21 | 5D | 0 | 0 | 117 | 64 | 36 |
| Octal | 253 | 23 | 377 | 41 | 135 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101011 | 10011 | 11111111 | 100001 | 1011101 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AB13FF
Complementary color
Monochromatic Colors of #AB13FF
Black with #AB13FF
Text Example
Text Example
White with #AB13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13FF; }
p { color: rgb(171,19,255); }
H1.HeaderClassName
{
color: #AB13FF;
}
.AnyTagClassName
{
color: #AB13FF;
}
</style>
background-color css
<style>
a { background-color: #AB13FF; }
a { background-color: rgb(171,19,255); }
div.DivClassName
{
background-color: #AB13FF;
}
.BgClassName
{
background-color: #AB13FF;
}
</style>
border-color css
<style>
span { border-color: #AB13FF; }
span { border-color: rgb(171,19,255); }
td.TdClassName
{
border-color: #AB13FF;
}
.TagClassName
{
border-color: #AB13FF;
}
</style>