#A00FFE

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

Shades of Electric Purple #A00FFE

Tints of Electric Purple #A00FFE

Color information

#A00FFE (or 0xA00FFE) is unknown color: approx Electric Purple. HEX triplet: A0, 0F and FE. RGB value is (160,15,254). Sum of RGB (Red+Green+Blue) = 160+15+254=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFE is #5FF001. Grayscale: #545454. Windows color (decimal): -6287362 or 16650144. OLE color: 16650144.

HSL color Cylindrical-coordinate representation of color #A00FFE: hue angle of 276.4º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00FFE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16015254-
CMYK0.370.9400.00
HSL276.4º99.17%52.75%-
HSV(B)276.4º94.09%99.61%-
XYZ32.5614.9794.94-
YUV85.6223.04181.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 254 (99.61% from 255) = 59.21%
R=37.30%
G=3.50%
B=59.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal160152540.370.9400.00276.499.1752.75
HexA0FFE255E001146335
Octal24017376451360042414365
Binary101000001111111111101001011011110001000101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FFE; }

 p { color: rgb(160,15,254); }

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

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

 a { background-color: rgb(160,15,254); }

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

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

 span { border-color: rgb(160,15,254); }

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