Html Css Color HEX #A80EEF Electric Purple

📋 copy color: '#A80EEF'

red 168 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #A80EEF

Tints of Electric Purple #A80EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 39.9%
G = 3.33%
B = 56.77%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A80EEF (or 0xA80EEF) is known color: Electric Purple. HEX triplet: A8, 0E and EF. RGB value is (168,14,239). Sum of RGB (Red+Green+Blue) = 168+14+239=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #A80EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EEF is #57F110. Grayscale: #545454. Windows color (decimal): -5763345 or 15666856. OLE color: 15666856.

HSL color Cylindrical-coordinate representation of color #A80EEF: hue angle of 281.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EEF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 14 239 -
CMYK 0.30 0.94 0 0.06
HSL 281.07º 0.89% 0.5% -
HSV(B) 281.07º 0.94% 0.94% -
XYZ 31.89 14.87 82.85 -
YUV 85.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 168 14 239 0.30 0.94 0 0.06 281.07 0.89 0.5
Hex A8 E EF 1E 5E 0 6 119 59 32
Octal 250 16 357 36 136 0 6 431 131 62
Binary 10101000 1110 11101111 11110 1011110 0 110 100011001 1011001 110010

Color Harmonies of #A80EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EEF

Black with #A80EEF

Text Example


Text Example

White with #A80EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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