#AB19F5

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

Shades of Electric Purple #AB19F5

Tints of Electric Purple #AB19F5

Color information

#AB19F5 (or 0xAB19F5) is unknown color: approx Electric Purple. HEX triplet: AB, 19 and F5. RGB value is (171,25,245). Sum of RGB (Red+Green+Blue) = 171+25+245=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB19F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19F5 is #54E60A. Grayscale: #5D5D5D. Windows color (decimal): -5563915 or 16062891. OLE color: 16062891.

HSL color Cylindrical-coordinate representation of color #AB19F5: hue angle of 279.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB19F5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17125245-
CMYK0.300.9000.04
HSL279.82º91.67%52.94%-
HSV(B)279.82º89.8%96.08%-
XYZ33.6215.9587.69-
YUV93.73213.37183.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 25 (10.16% from 255) = 5.67%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=38.78%
G=5.67%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171252450.300.9000.04279.8291.6752.94
HexAB19F51E5A041185c35
Octal25331365361320443013465
Binary10101011110011111010111110101101001001000110001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB19F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB19F5; }

 p { color: rgb(171,25,245); }

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

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

 a { background-color: rgb(171,25,245); }

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

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

 span { border-color: rgb(171,25,245); }

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