#AB00FF

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

Shades of Electric Purple #AB00FF

Tints of Electric Purple #AB00FF

Color information

#AB00FF (or 0xAB00FF) is unknown color: approx Electric Purple. HEX triplet: AB, 00 and FF. RGB value is (171,0,255). Sum of RGB (Red+Green+Blue) = 171+0+255=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00FF is #54FF00. Grayscale: #4F4F4F. Windows color (decimal): -5570305 or 16711851. OLE color: 16711851.

HSL color Cylindrical-coordinate representation of color #AB00FF: hue angle of 280.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00FF is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1710255-
CMYK0.33100
HSL280.24º100%50%-
HSV(B)280.24º100%100%-
XYZ34.8415.8895.84-
YUV80.2226.65192.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 59.86%
R=40.14%
G=0%
B=59.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17102550.33100280.2410050
HexAB0FF2164001186432
Octal2530377411440043014462
Binary101010110111111111000011100100001000110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB00FF; }

 p { color: rgb(171,0,255); }

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

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

 a { background-color: rgb(171,0,255); }

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

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

 span { border-color: rgb(171,0,255); }

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