Shades of Electric Purple #AB17FF
Tints of Electric Purple #AB17FF
RGB
CMYK
RGB Variations
Color information
#AB17FF (or 0xAB17FF) is known color: Electric Purple. HEX triplet: AB, 17 and FF. RGB value is (171,23,255). Sum of RGB (Red+Green+Blue) = 171+23+255=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB17FF is #54E800. Grayscale: #5C5C5C. Windows color (decimal): -5564417 or 16717739. OLE color: 16717739.
HSL color Cylindrical-coordinate representation of color #AB17FF: hue angle of 278.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB17FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 23 | 255 | - |
| CMYK | 0.33 | 0.91 | 0 | 0 |
| HSL | 278.28º | 1% | 0.55% | - |
| HSV(B) | 278.28º | 0.91% | 1% | - |
| XYZ | 35.15 | 16.49 | 95.94 | - |
| YUV | 93.7 | 219.03 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 255 | 0.33 | 0.91 | 0 | 0 | 278.28 | 1 | 0.55 |
| Hex | AB | 17 | FF | 21 | 5B | 0 | 0 | 116 | 64 | 37 |
| Octal | 253 | 27 | 377 | 41 | 133 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101011 | 10111 | 11111111 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AB17FF
Complementary color
Monochromatic Colors of #AB17FF
Black with #AB17FF
Text Example
Text Example
White with #AB17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17FF; }
p { color: rgb(171,23,255); }
H1.HeaderClassName
{
color: #AB17FF;
}
.AnyTagClassName
{
color: #AB17FF;
}
</style>
background-color css
<style>
a { background-color: #AB17FF; }
a { background-color: rgb(171,23,255); }
div.DivClassName
{
background-color: #AB17FF;
}
.BgClassName
{
background-color: #AB17FF;
}
</style>
border-color css
<style>
span { border-color: #AB17FF; }
span { border-color: rgb(171,23,255); }
td.TdClassName
{
border-color: #AB17FF;
}
.TagClassName
{
border-color: #AB17FF;
}
</style>