Html Css Color HEX #A80DFF Electric Purple

📋 copy color: '#A80DFF'

red 168 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #A80DFF

Tints of Electric Purple #A80DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 38.53%
G = 2.98%
B = 58.49%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A80DFF (or 0xA80DFF) is known color: Electric Purple. HEX triplet: A8, 0D and FF. RGB value is (168,13,255). Sum of RGB (Red+Green+Blue) = 168+13+255=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A80DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80DFF is #57F200. Grayscale: #565656. Windows color (decimal): -5763585 or 16715176. OLE color: 16715176.

HSL color Cylindrical-coordinate representation of color #A80DFF: hue angle of 278.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80DFF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 13 255 -
CMYK 0.34 0.95 0 0
HSL 278.43º 1% 0.53% -
HSV(B) 278.43º 0.95% 1% -
XYZ 34.34 15.83 95.85 -
YUV 86.93 222.85 185.82 -
System Red Green Blue C M Y K H S L
Decimal 168 13 255 0.34 0.95 0 0 278.43 1 0.53
Hex A8 D FF 22 5F 0 0 116 64 35
Octal 250 15 377 42 137 0 0 426 144 65
Binary 10101000 1101 11111111 100010 1011111 0 0 100010110 1100100 110101

Color Harmonies of #A80DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DFF

Black with #A80DFF

Text Example


Text Example

White with #A80DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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