Html Css Color HEX #A80FEE Electric Purple

📋 copy color: '#A80FEE'

red 168 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #A80FEE

Tints of Electric Purple #A80FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.56%

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 39.9%
G = 3.56%
B = 56.53%

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

#A80FEE (or 0xA80FEE) is known color: Electric Purple. HEX triplet: A8, 0F and EE. RGB value is (168,15,238). Sum of RGB (Red+Green+Blue) = 168+15+238=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A80FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FEE is #57F011. Grayscale: #555555. Windows color (decimal): -5763090 or 15601576. OLE color: 15601576.

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

Color convert

RGB 168 15 238 -
CMYK 0.29 0.94 0 0.07
HSL 281.17º 0.88% 0.5% -
HSV(B) 281.17º 0.94% 0.93% -
XYZ 31.75 14.84 82.08 -
YUV 86.17 213.69 186.37 -
System Red Green Blue C M Y K H S L
Decimal 168 15 238 0.29 0.94 0 0.07 281.17 0.88 0.5
Hex A8 F EE 1D 5E 0 7 119 58 32
Octal 250 17 356 35 136 0 7 431 130 62
Binary 10101000 1111 11101110 11101 1011110 0 111 100011001 1011000 110010

Color Harmonies of #A80FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80FEE

Black with #A80FEE

Text Example


Text Example

White with #A80FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80FEE; }

 p { color: rgb(168,15,238); }

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

background-color css

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

 a { background-color: rgb(168,15,238); }

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

border-color css

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

 span { border-color: rgb(168,15,238); }

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