#AB1EEF

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

Shades of Electric Purple #AB1EEF

Tints of Electric Purple #AB1EEF

Color information

#AB1EEF (or 0xAB1EEF) is unknown color: approx Electric Purple. HEX triplet: AB, 1E and EF. RGB value is (171,30,239). Sum of RGB (Red+Green+Blue) = 171+30+239=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EEF is #54E110. Grayscale: #5F5F5F. Windows color (decimal): -5562641 or 15670955. OLE color: 15670955.

HSL color Cylindrical-coordinate representation of color #AB1EEF: hue angle of 280.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EEF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17130239-
CMYK0.280.8700.06
HSL280.48º86.72%52.75%-
HSV(B)280.48º87.45%93.73%-
XYZ32.8415.8282.98-
YUV95.99208.71181.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 30 (12.11% from 255) = 6.82%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=38.86%
G=6.82%
B=54.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171302390.280.8700.06280.4886.7252.75
HexAB1EEF1C57061185735
Octal25336357341270643012765
Binary10101011111101110111111100101011101101000110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1EEF; }

 p { color: rgb(171,30,239); }

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

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

 a { background-color: rgb(171,30,239); }

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

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

 span { border-color: rgb(171,30,239); }

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