#A10FFB

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

Shades of Electric Purple #A10FFB

Tints of Electric Purple #A10FFB

Color information

#A10FFB (or 0xA10FFB) is unknown color: approx Electric Purple. HEX triplet: A1, 0F and FB. RGB value is (161,15,251). Sum of RGB (Red+Green+Blue) = 161+15+251=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A10FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FFB is #5EF004. Grayscale: #545454. Windows color (decimal): -6221829 or 16453537. OLE color: 16453537.

HSL color Cylindrical-coordinate representation of color #A10FFB: hue angle of 277.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FFB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16115251-
CMYK0.360.9400.02
HSL277.12º96.72%52.16%-
HSV(B)277.12º94.02%98.43%-
XYZ32.2814.8892.44-
YUV85.56221.37181.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=37.70%
G=3.51%
B=58.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161152510.360.9400.02277.1296.7252.16
HexA1FFB245E021156134
Octal24117373441360242514164
Binary1010000111111111101110010010111100101000101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FFB; }

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

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

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

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

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

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

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

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