Html Css Color HEX #A80AFE Electric Purple

📋 copy color: '#A80AFE'

red 168 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #A80AFE

Tints of Electric Purple #A80AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 38.89%
G = 2.31%
B = 58.8%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A80AFE (or 0xA80AFE) is known color: Electric Purple. HEX triplet: A8, 0A and FE. RGB value is (168,10,254). Sum of RGB (Red+Green+Blue) = 168+10+254=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A80AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AFE is #57F501. Grayscale: #545454. Windows color (decimal): -5764354 or 16648872. OLE color: 16648872.

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

Color convert

RGB 168 10 254 -
CMYK 0.34 0.96 0 0.00
HSL 278.85º 0.99% 0.52% -
HSV(B) 278.85º 0.96% 1% -
XYZ 34.15 15.7 95 -
YUV 85.06 223.35 187.16 -
System Red Green Blue C M Y K H S L
Decimal 168 10 254 0.34 0.96 0 0.00 278.85 0.99 0.52
Hex A8 A FE 22 60 0 0 117 63 34
Octal 250 12 376 42 140 0 0 427 143 64
Binary 10101000 1010 11111110 100010 1100000 0 0 100010111 1100011 110100

Color Harmonies of #A80AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AFE

Black with #A80AFE

Text Example


Text Example

White with #A80AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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