#A10FFE

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

Shades of Electric Purple #A10FFE

Tints of Electric Purple #A10FFE

Color information

#A10FFE (or 0xA10FFE) is unknown color: approx Electric Purple. HEX triplet: A1, 0F and FE. RGB value is (161,15,254). Sum of RGB (Red+Green+Blue) = 161+15+254=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A10FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FFE is #5EF001. Grayscale: #555555. Windows color (decimal): -6221826 or 16650145. OLE color: 16650145.

HSL color Cylindrical-coordinate representation of color #A10FFE: hue angle of 276.65º 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 #A10FFE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16115254-
CMYK0.370.9400.00
HSL276.65º99.17%52.75%-
HSV(B)276.65º94.09%99.61%-
XYZ32.7615.0794.95-
YUV85.9222.87181.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 254 (99.61% from 255) = 59.07%
R=37.44%
G=3.49%
B=59.07%

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
Decimal161152540.370.9400.00276.6599.1752.75
HexA1FFE255E001156335
Octal24117376451360042514365
Binary101000011111111111101001011011110001000101011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FFE; }

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

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

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

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

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

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

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

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