#a800f4

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

Shades of Electric Purple #A800F4

Tints of Electric Purple #A800F4

Color information

#A800F4 (or 0xA800F4) is unknown color: approx Electric Purple. HEX triplet: A8, 00 and F4. RGB value is (168,0,244). Sum of RGB (Red+Green+Blue) = 168+0+244=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 244 (95.70% from 255 or 59.22% from 412); Max value from RGB is 244 - color contains mainly: blue. Hex color #A800F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800F4 is #57FF0B. Grayscale: #4D4D4D. Windows color (decimal): -5766924 or 15990952. OLE color: 15990952.

HSL color Cylindrical-coordinate representation of color #A800F4: hue angle of 281.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800F4 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1680244-
CMYK0.31100.04
HSL281.31º100%47.84%-
HSV(B)281.31º100%95.69%-
XYZ32.4814.8686.74-
YUV78.05221.66192.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 59.22%
R=40.78%
G=0%
B=59.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16802440.31100.04281.3110047.84
HexA80F41F64041196430
Octal2500364371440443114460
Binary1010100001111010011111110010001001000110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a800f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a800f4; }

 p { color: rgb(168,0,244); }

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

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

 a { background-color: rgb(168,0,244); }

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

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

 span { border-color: rgb(168,0,244); }

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