#A211FF

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

Shades of Electric Purple #A211FF

Tints of Electric Purple #A211FF

Color information

#A211FF (or 0xA211FF) is unknown color: approx Electric Purple. HEX triplet: A2, 11 and FF. RGB value is (162,17,255). Sum of RGB (Red+Green+Blue) = 162+17+255=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 17 (7.03% from 255 or 3.92% 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 #A211FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A211FF is #5DEE00. Grayscale: #565656. Windows color (decimal): -6155777 or 16716194. OLE color: 16716194.

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

Color convert

RGB16217255-
CMYK0.360.9300
HSL276.55º100%53.33%-
HSV(B)276.55º93.33%100%-
XYZ33.1515.395.81-
YUV87.49222.54181.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 17 (7.03% from 255) = 3.92%
BLUE value IS 255 (100% from 255) = 58.76%
R=37.33%
G=3.92%
B=58.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162172550.360.9300276.5510053.33
HexA211FF245D001156435
Octal24221377441350042514465
Binary1010001010001111111111001001011101001000101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A211FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A211FF; }

 p { color: rgb(162,17,255); }

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

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

 a { background-color: rgb(162,17,255); }

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

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

 span { border-color: rgb(162,17,255); }

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