Html Css Color HEX #A80EED Electric Purple

📋 copy color: '#A80EED'

red 168 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #A80EED

Tints of Electric Purple #A80EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 40.1%
G = 3.34%
B = 56.56%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A80EED (or 0xA80EED) is known color: Electric Purple. HEX triplet: A8, 0E and ED. RGB value is (168,14,237). Sum of RGB (Red+Green+Blue) = 168+14+237=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #A80EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EED is #57F112. Grayscale: #545454. Windows color (decimal): -5763347 or 15535784. OLE color: 15535784.

HSL color Cylindrical-coordinate representation of color #A80EED: hue angle of 281.43º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EED is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 14 237 -
CMYK 0.29 0.94 0 0.07
HSL 281.44º 0.89% 0.49% -
HSV(B) 281.44º 0.94% 0.93% -
XYZ 31.59 14.75 81.3 -
YUV 85.47 213.52 186.87 -
System Red Green Blue C M Y K H S L
Decimal 168 14 237 0.29 0.94 0 0.07 281.44 0.89 0.49
Hex A8 E ED 1D 5E 0 7 119 59 31
Octal 250 16 355 35 136 0 7 431 131 61
Binary 10101000 1110 11101101 11101 1011110 0 111 100011001 1011001 110001

Color Harmonies of #A80EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EED

Black with #A80EED

Text Example


Text Example

White with #A80EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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