#AB18F9

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

Shades of Electric Purple #AB18F9

Tints of Electric Purple #AB18F9

Color information

#AB18F9 (or 0xAB18F9) is unknown color: approx Electric Purple. HEX triplet: AB, 18 and F9. RGB value is (171,24,249). Sum of RGB (Red+Green+Blue) = 171+24+249=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB18F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB18F9 is #54E706. Grayscale: #5C5C5C. Windows color (decimal): -5564167 or 16324779. OLE color: 16324779.

HSL color Cylindrical-coordinate representation of color #AB18F9: hue angle of 279.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB18F9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17124249-
CMYK0.310.9000.02
HSL279.2º94.94%53.53%-
HSV(B)279.2º90.36%97.65%-
XYZ34.2216.1590.94-
YUV93.6215.7183.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 24 (9.77% from 255) = 5.41%
BLUE value IS 249 (97.66% from 255) = 56.08%
R=38.51%
G=5.41%
B=56.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171242490.310.9000.02279.294.9453.53
HexAB18F91F5A021175f36
Octal25330371371320242713766
Binary1010101111000111110011111110110100101000101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB18F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB18F9; }

 p { color: rgb(171,24,249); }

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

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

 a { background-color: rgb(171,24,249); }

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

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

 span { border-color: rgb(171,24,249); }

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