#A113FE

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

Shades of Electric Purple #A113FE

Tints of Electric Purple #A113FE

Color information

#A113FE (or 0xA113FE) is unknown color: approx Electric Purple. HEX triplet: A1, 13 and FE. RGB value is (161,19,254). Sum of RGB (Red+Green+Blue) = 161+19+254=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A113FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A113FE is #5EEC01. Grayscale: #575757. Windows color (decimal): -6220802 or 16651169. OLE color: 16651169.

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

Color convert

RGB16119254-
CMYK0.370.9300.00
HSL276.26º99.16%53.53%-
HSV(B)276.26º92.52%99.61%-
XYZ32.8215.294.97-
YUV88.25221.54179.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 19 (7.81% from 255) = 4.38%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=37.10%
G=4.38%
B=58.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal161192540.370.9300.00276.2699.1653.53
HexA113FE255D001146336
Octal24123376451350042414366
Binary1010000110011111111101001011011101001000101001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A113FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A113FE; }

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

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

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

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

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

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

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

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