Html Css Color HEX #A80AFD Electric Purple

📋 copy color: '#A80AFD'

red 168 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #A80AFD

Tints of Electric Purple #A80AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.32%

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

R = 38.98%
G = 2.32%
B = 58.7%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A80AFD (or 0xA80AFD) is known color: Electric Purple. HEX triplet: A8, 0A and FD. RGB value is (168,10,253). Sum of RGB (Red+Green+Blue) = 168+10+253=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A80AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AFD is #57F502. Grayscale: #545454. Windows color (decimal): -5764355 or 16583336. OLE color: 16583336.

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

Color convert

RGB 168 10 253 -
CMYK 0.34 0.96 0 0.01
HSL 279.01º 0.98% 0.52% -
HSV(B) 279.01º 0.96% 0.99% -
XYZ 33.99 15.63 94.15 -
YUV 84.94 222.85 187.24 -
System Red Green Blue C M Y K H S L
Decimal 168 10 253 0.34 0.96 0 0.01 279.01 0.98 0.52
Hex A8 A FD 22 60 0 1 117 62 34
Octal 250 12 375 42 140 0 1 427 142 64
Binary 10101000 1010 11111101 100010 1100000 0 1 100010111 1100010 110100

Color Harmonies of #A80AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AFD

Black with #A80AFD

Text Example


Text Example

White with #A80AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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