#AB0AEE

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

Shades of Electric Purple #AB0AEE

Tints of Electric Purple #AB0AEE

Color information

#AB0AEE (or 0xAB0AEE) is unknown color: approx Electric Purple. HEX triplet: AB, 0A and EE. RGB value is (171,10,238). Sum of RGB (Red+Green+Blue) = 171+10+238=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB0AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0AEE is #54F511. Grayscale: #535353. Windows color (decimal): -5567762 or 15600299. OLE color: 15600299.

HSL color Cylindrical-coordinate representation of color #AB0AEE: hue angle of 282.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0AEE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17110238-
CMYK0.280.9600.07
HSL282.37º91.94%48.63%-
HSV(B)282.37º95.8%93.33%-
XYZ32.3415.0582.09-
YUV84.13214.84189.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 10 (4.30% from 255) = 2.39%
BLUE value IS 238 (93.36% from 255) = 56.80%
R=40.81%
G=2.39%
B=56.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171102380.280.9600.07282.3791.9448.63
HexABAEE1C600711a5c31
Octal25312356341400743213461
Binary1010101110101110111011100110000001111000110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0AEE; }

 p { color: rgb(171,10,238); }

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

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

 a { background-color: rgb(171,10,238); }

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

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

 span { border-color: rgb(171,10,238); }

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