Html Css Color HEX #A80EFD Electric Purple

📋 copy color: '#A80EFD'

red 168 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #A80EFD

Tints of Electric Purple #A80EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 38.62%
G = 3.22%
B = 58.16%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A80EFD (or 0xA80EFD) is known color: Electric Purple. HEX triplet: A8, 0E and FD. RGB value is (168,14,253). Sum of RGB (Red+Green+Blue) = 168+14+253=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A80EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EFD is #57F102. Grayscale: #565656. Windows color (decimal): -5763331 or 16584360. OLE color: 16584360.

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

Color convert

RGB 168 14 253 -
CMYK 0.34 0.94 0 0.01
HSL 278.66º 0.98% 0.52% -
HSV(B) 278.66º 0.94% 0.99% -
XYZ 34.04 15.73 94.17 -
YUV 87.29 221.52 185.57 -
System Red Green Blue C M Y K H S L
Decimal 168 14 253 0.34 0.94 0 0.01 278.66 0.98 0.52
Hex A8 E FD 22 5E 0 1 117 62 34
Octal 250 16 375 42 136 0 1 427 142 64
Binary 10101000 1110 11111101 100010 1011110 0 1 100010111 1100010 110100

Color Harmonies of #A80EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80EFD

Black with #A80EFD

Text Example


Text Example

White with #A80EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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