Html Css Color HEX #A80DFD Electric Purple

📋 copy color: '#A80DFD'

red 168 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #A80DFD

Tints of Electric Purple #A80DFD

RGB

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

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

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

R = 38.71%
G = 3%
B = 58.29%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A80DFD (or 0xA80DFD) is known color: Electric Purple. HEX triplet: A8, 0D and FD. RGB value is (168,13,253). Sum of RGB (Red+Green+Blue) = 168+13+253=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A80DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80DFD is #57F202. Grayscale: #555555. Windows color (decimal): -5763587 or 16584104. OLE color: 16584104.

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

Color convert

RGB 168 13 253 -
CMYK 0.34 0.95 0 0.01
HSL 278.75º 0.98% 0.52% -
HSV(B) 278.75º 0.95% 0.99% -
XYZ 34.02 15.7 94.17 -
YUV 86.71 221.85 185.99 -
System Red Green Blue C M Y K H S L
Decimal 168 13 253 0.34 0.95 0 0.01 278.75 0.98 0.52
Hex A8 D FD 22 5F 0 1 117 62 34
Octal 250 15 375 42 137 0 1 427 142 64
Binary 10101000 1101 11111101 100010 1011111 0 1 100010111 1100010 110100

Color Harmonies of #A80DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80DFD

Black with #A80DFD

Text Example


Text Example

White with #A80DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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