Html Css Color HEX #A80EFE Electric Purple

📋 copy color: '#A80EFE'

red 168 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #A80EFE

Tints of Electric Purple #A80EFE

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

 GREEN value IS 14 (5.86% from 255) = 3.21%

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

R = 38.53%
G = 3.21%
B = 58.26%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A80EFE (or 0xA80EFE) is known color: Electric Purple. HEX triplet: A8, 0E and FE. RGB value is (168,14,254). Sum of RGB (Red+Green+Blue) = 168+14+254=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #A80EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EFE is #57F101. Grayscale: #565656. Windows color (decimal): -5763330 or 16649896. OLE color: 16649896.

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

Color convert

RGB 168 14 254 -
CMYK 0.34 0.94 0 0.00
HSL 278.5º 0.99% 0.53% -
HSV(B) 278.5º 0.94% 1% -
XYZ 34.19 15.79 95.01 -
YUV 87.41 222.02 185.49 -
System Red Green Blue C M Y K H S L
Decimal 168 14 254 0.34 0.94 0 0.00 278.5 0.99 0.53
Hex A8 E FE 22 5E 0 0 116 63 35
Octal 250 16 376 42 136 0 0 426 143 65
Binary 10101000 1110 11111110 100010 1011110 0 0 100010110 1100011 110101

Color Harmonies of #A80EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EFE

Black with #A80EFE

Text Example


Text Example

White with #A80EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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