Html Css Color HEX #A80DF7 Electric Purple

📋 copy color: '#A80DF7'

red 168 ◦ green 13 ◦ blue 247

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

Shades of Electric Purple #A80DF7

Tints of Electric Purple #A80DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 247 (96.88% from 255) = 57.71%

R = 39.25%
G = 3.04%
B = 57.71%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A80DF7 (or 0xA80DF7) is known color: Electric Purple. HEX triplet: A8, 0D and F7. RGB value is (168,13,247). Sum of RGB (Red+Green+Blue) = 168+13+247=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 247 (96.88% from 255 or 57.71% from 428); Max value from RGB is 247 - color contains mainly: blue. Hex color #A80DF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80DF7 is #57F208. Grayscale: #555555. Windows color (decimal): -5763593 or 16190888. OLE color: 16190888.

HSL color Cylindrical-coordinate representation of color #A80DF7: hue angle of 279.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80DF7 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 13 247 -
CMYK 0.32 0.95 0 0.03
HSL 279.74º 0.94% 0.51% -
HSV(B) 279.74º 0.95% 0.97% -
XYZ 33.08 15.33 89.21 -
YUV 86.02 218.85 186.47 -
System Red Green Blue C M Y K H S L
Decimal 168 13 247 0.32 0.95 0 0.03 279.74 0.94 0.51
Hex A8 D F7 20 5F 0 3 118 5E 33
Octal 250 15 367 40 137 0 3 430 136 63
Binary 10101000 1101 11110111 100000 1011111 0 11 100011000 1011110 110011

Color Harmonies of #A80DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DF7

Black with #A80DF7

Text Example


Text Example

White with #A80DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DF7; }

 p { color: rgb(168,13,247); }

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

background-color css

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

 a { background-color: rgb(168,13,247); }

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

border-color css

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

 span { border-color: rgb(168,13,247); }

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