#AB17FC

Color #AB17FC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AB17FC

Tints of Electric Purple #AB17FC

Color information

#AB17FC (or 0xAB17FC) is unknown color: approx Electric Purple. HEX triplet: AB, 17 and FC. RGB value is (171,23,252). Sum of RGB (Red+Green+Blue) = 171+23+252=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB17FC is #54E803. Grayscale: #5C5C5C. Windows color (decimal): -5564420 or 16521131. OLE color: 16521131.

HSL color Cylindrical-coordinate representation of color #AB17FC: hue angle of 278.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB17FC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17123252-
CMYK0.320.9100.01
HSL278.78º97.45%53.92%-
HSV(B)278.78º90.87%98.82%-
XYZ34.6716.393.41-
YUV93.36217.53183.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 23 (9.38% from 255) = 5.16%
BLUE value IS 252 (98.83% from 255) = 56.50%
R=38.34%
G=5.16%
B=56.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171232520.320.9100.01278.7897.4553.92
HexAB17FC205B011176136
Octal25327374401330142714166
Binary1010101110111111111001000001011011011000101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB17FC; }

 p { color: rgb(171,23,252); }

 H1.HeaderClassName
 {
   color: #AB17FC;
 }
 .AnyTagClassName
 {
   color: #AB17FC;
 }
</style>
background-color css

<style>
 a { background-color: #AB17FC; }

 a { background-color: rgb(171,23,252); }

 div.DivClassName
 {
   background-color: #AB17FC;
 }
 .BgClassName
 {
   background-color: #AB17FC;
 }
</style>
border-color css

<style>
 span { border-color: #AB17FC; }

 span { border-color: rgb(171,23,252); }

 td.TdClassName
 {
   border-color: #AB17FC;
 }
 .TagClassName
 {
   border-color: #AB17FC;
 }
</style>