#A20FFC

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

Shades of Electric Purple #A20FFC

Tints of Electric Purple #A20FFC

Color information

#A20FFC (or 0xA20FFC) is unknown color: approx Electric Purple. HEX triplet: A2, 0F and FC. RGB value is (162,15,252). Sum of RGB (Red+Green+Blue) = 162+15+252=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #A20FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FFC is #5DF003. Grayscale: #555555. Windows color (decimal): -6156292 or 16519074. OLE color: 16519074.

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

Color convert

RGB16215252-
CMYK0.360.9400.01
HSL277.22º97.53%52.35%-
HSV(B)277.22º94.05%98.82%-
XYZ32.6415.0593.28-
YUV85.97221.7182.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 252 (98.83% from 255) = 58.74%
R=37.76%
G=3.50%
B=58.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162152520.360.9400.01277.2297.5352.35
HexA2FFC245E011156234
Octal24217374441360142514264
Binary101000101111111111001001001011110011000101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20FFC; }

 p { color: rgb(162,15,252); }

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

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

 a { background-color: rgb(162,15,252); }

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

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

 span { border-color: rgb(162,15,252); }

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