#AB16F2

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

Shades of Electric Purple #AB16F2

Tints of Electric Purple #AB16F2

Color information

#AB16F2 (or 0xAB16F2) is unknown color: approx Electric Purple. HEX triplet: AB, 16 and F2. RGB value is (171,22,242). Sum of RGB (Red+Green+Blue) = 171+22+242=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB16F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16F2 is #54E90D. Grayscale: #5A5A5A. Windows color (decimal): -5564686 or 15865515. OLE color: 15865515.

HSL color Cylindrical-coordinate representation of color #AB16F2: hue angle of 280.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16F2 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17122242-
CMYK0.290.9100.05
HSL280.64º89.43%51.76%-
HSV(B)280.64º90.91%94.9%-
XYZ33.1115.6485.28-
YUV91.63212.86184.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 22 (8.98% from 255) = 5.06%
BLUE value IS 242 (94.92% from 255) = 55.63%
R=39.31%
G=5.06%
B=55.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171222420.290.9100.05280.6489.4351.76
HexAB16F21D5B051195934
Octal25326362351330543113164
Binary10101011101101111001011101101101101011000110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB16F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB16F2; }

 p { color: rgb(171,22,242); }

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

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

 a { background-color: rgb(171,22,242); }

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

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

 span { border-color: rgb(171,22,242); }

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