Html Css Color HEX #A002FE Electric Purple

📋 copy color: '#A002FE'

red 160 ◦ green 2 ◦ blue 254

#A002FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #A002FE

Tints of Electric Purple #A002FE

RGB

 RED value IS 160 (62.89% from 255) = 38.46%

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 38.46%
G = 0.48%
B = 61.06%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A002FE (or 0xA002FE) is known color: Electric Purple. HEX triplet: A0, 02 and FE. RGB value is (160,2,254). Sum of RGB (Red+Green+Blue) = 160+2+254=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #A002FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002FE is #5FFD01. Grayscale: #4D4D4D. Windows color (decimal): -6290690 or 16646816. OLE color: 16646816.

HSL color Cylindrical-coordinate representation of color #A002FE: hue angle of 277.62º 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 #A002FE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 2 254 -
CMYK 0.37 0.99 0 0.00
HSL 277.62º 0.99% 0.5% -
HSV(B) 277.62º 0.99% 1% -
XYZ 32.41 14.67 94.89 -
YUV 77.97 227.35 186.51 -
System Red Green Blue C M Y K H S L
Decimal 160 2 254 0.37 0.99 0 0.00 277.62 0.99 0.5
Hex A0 2 FE 25 63 0 0 116 63 32
Octal 240 2 376 45 143 0 0 426 143 62
Binary 10100000 10 11111110 100101 1100011 0 0 100010110 1100011 110010

Color Harmonies of #A002FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A002FE

Black with #A002FE

Text Example


Text Example

White with #A002FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A002FE; }

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

 H1.HeaderClassName
 {
   color: #A002FE;
 }
 .AnyTagClassName
 {
   color: #A002FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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