#A802FE

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

Shades of Electric Purple #A802FE

Tints of Electric Purple #A802FE

Color information

#A802FE (or 0xA802FE) is unknown color: approx Electric Purple. HEX triplet: A8, 02 and FE. RGB value is (168,2,254). Sum of RGB (Red+Green+Blue) = 168+2+254=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #A802FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802FE is #57FD01. Grayscale: #4F4F4F. Windows color (decimal): -5766402 or 16646824. OLE color: 16646824.

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

Color convert

RGB1682254-
CMYK0.340.9900.00
HSL279.52º99.21%50.2%-
HSV(B)279.52º99.21%99.61%-
XYZ34.0615.5294.97-
YUV80.36226190.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 254 (99.61% from 255) = 59.91%
R=39.62%
G=0.47%
B=59.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16822540.340.9900.00279.5299.2150.2
HexA82FE2263001186332
Octal2502376421430043014362
Binary1010100010111111101000101100011001000110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A802FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A802FE; }

 p { color: rgb(168,2,254); }

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

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

 a { background-color: rgb(168,2,254); }

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

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

 span { border-color: rgb(168,2,254); }

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