Shades of Electric Purple #AB14F3
Tints of Electric Purple #AB14F3
RGB
CMYK
RGB Variations
Color information
#AB14F3 (or 0xAB14F3) is known color: Electric Purple. HEX triplet: AB, 14 and F3. RGB value is (171,20,243). Sum of RGB (Red+Green+Blue) = 171+20+243=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB14F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14F3 is #54EB0C. Grayscale: #595959. Windows color (decimal): -5565197 or 15930539. OLE color: 15930539.
HSL color Cylindrical-coordinate representation of color #AB14F3: hue angle of 280.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB14F3 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 20 | 243 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.05 |
| HSL | 280.63º | 0.9% | 0.52% | - |
| HSV(B) | 280.63º | 0.92% | 0.95% | - |
| XYZ | 33.22 | 15.63 | 86.06 | - |
| YUV | 90.57 | 214.03 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 243 | 0.30 | 0.92 | 0 | 0.05 | 280.63 | 0.9 | 0.52 |
| Hex | AB | 14 | F3 | 1E | 5C | 0 | 5 | 119 | 5A | 34 |
| Octal | 253 | 24 | 363 | 36 | 134 | 0 | 5 | 431 | 132 | 64 |
| Binary | 10101011 | 10100 | 11110011 | 11110 | 1011100 | 0 | 101 | 100011001 | 1011010 | 110100 |
Color Harmonies of #AB14F3
Complementary color
Monochromatic Colors of #AB14F3
Black with #AB14F3
Text Example
Text Example
White with #AB14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14F3; }
p { color: rgb(171,20,243); }
H1.HeaderClassName
{
color: #AB14F3;
}
.AnyTagClassName
{
color: #AB14F3;
}
</style>
background-color css
<style>
a { background-color: #AB14F3; }
a { background-color: rgb(171,20,243); }
div.DivClassName
{
background-color: #AB14F3;
}
.BgClassName
{
background-color: #AB14F3;
}
</style>
border-color css
<style>
span { border-color: #AB14F3; }
span { border-color: rgb(171,20,243); }
td.TdClassName
{
border-color: #AB14F3;
}
.TagClassName
{
border-color: #AB14F3;
}
</style>