#A811FC

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

Shades of Electric Purple #A811FC

Tints of Electric Purple #A811FC

Color information

#A811FC (or 0xA811FC) is unknown color: approx Electric Purple. HEX triplet: A8, 11 and FC. RGB value is (168,17,252). Sum of RGB (Red+Green+Blue) = 168+17+252=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #A811FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FC is #57EE03. Grayscale: #585858. Windows color (decimal): -5762564 or 16519592. OLE color: 16519592.

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

Color convert

RGB16817252-
CMYK0.330.9300.01
HSL278.55º97.51%52.75%-
HSV(B)278.55º93.25%98.82%-
XYZ33.9215.7593.35-
YUV88.94220.03184.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 252 (98.83% from 255) = 57.67%
R=38.44%
G=3.89%
B=57.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168172520.330.9300.01278.5597.5152.75
HexA811FC215D011176235
Octal25021374411350142714265
Binary1010100010001111111001000011011101011000101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811FC; }

 p { color: rgb(168,17,252); }

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

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

 a { background-color: rgb(168,17,252); }

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

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

 span { border-color: rgb(168,17,252); }

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