#A112FF

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

Shades of Electric Purple #A112FF

Tints of Electric Purple #A112FF

Color information

#A112FF (or 0xA112FF) is unknown color: approx Electric Purple. HEX triplet: A1, 12 and FF. RGB value is (161,18,255). Sum of RGB (Red+Green+Blue) = 161+18+255=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #A112FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112FF is #5EED00. Grayscale: #565656. Windows color (decimal): -6221057 or 16716449. OLE color: 16716449.

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

Color convert

RGB16118255-
CMYK0.370.9300
HSL276.2º100%53.53%-
HSV(B)276.2º92.94%100%-
XYZ32.9615.2395.81-
YUV87.78222.38180.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 18 (7.42% from 255) = 4.15%
BLUE value IS 255 (100% from 255) = 58.76%
R=37.10%
G=4.15%
B=58.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161182550.370.9300276.210053.53
HexA112FF255D001146436
Octal24122377451350042414466
Binary1010000110010111111111001011011101001000101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A112FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A112FF; }

 p { color: rgb(161,18,255); }

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

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

 a { background-color: rgb(161,18,255); }

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

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

 span { border-color: rgb(161,18,255); }

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