#A217FE

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

Shades of Electric Purple #A217FE

Tints of Electric Purple #A217FE

Color information

#A217FE (or 0xA217FE) is unknown color: approx Electric Purple. HEX triplet: A2, 17 and FE. RGB value is (162,23,254). Sum of RGB (Red+Green+Blue) = 162+23+254=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A217FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A217FE is #5DE801. Grayscale: #5A5A5A. Windows color (decimal): -6154242 or 16652194. OLE color: 16652194.

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

Color convert

RGB16223254-
CMYK0.360.9100.00
HSL276.1º99.14%54.31%-
HSV(B)276.1º90.94%99.61%-
XYZ33.115.4595-
YUV90.9220.05178.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 23 (9.38% from 255) = 5.24%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=36.90%
G=5.24%
B=57.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162232540.360.9100.00276.199.1454.31
HexA217FE245B001146336
Octal24227376441330042414366
Binary1010001010111111111101001001011011001000101001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217FE; }

 p { color: rgb(162,23,254); }

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

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

 a { background-color: rgb(162,23,254); }

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

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

 span { border-color: rgb(162,23,254); }

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