Html Css Color HEX #A80AEC Electric Purple

📋 copy color: '#A80AEC'

red 168 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #A80AEC

Tints of Electric Purple #A80AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 40.58%
G = 2.42%
B = 57%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A80AEC (or 0xA80AEC) is known color: Electric Purple. HEX triplet: A8, 0A and EC. RGB value is (168,10,236). Sum of RGB (Red+Green+Blue) = 168+10+236=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A80AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AEC is #57F513. Grayscale: #525252. Windows color (decimal): -5764372 or 15469224. OLE color: 15469224.

HSL color Cylindrical-coordinate representation of color #A80AEC: hue angle of 281.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AEC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 10 236 -
CMYK 0.29 0.96 0 0.07
HSL 281.95º 0.92% 0.48% -
HSV(B) 281.95º 0.96% 0.93% -
XYZ 31.4 14.6 80.52 -
YUV 83.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 168 10 236 0.29 0.96 0 0.07 281.95 0.92 0.48
Hex A8 A EC 1D 60 0 7 11A 5C 30
Octal 250 12 354 35 140 0 7 432 134 60
Binary 10101000 1010 11101100 11101 1100000 0 111 100011010 1011100 110000

Color Harmonies of #A80AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80AEC

Black with #A80AEC

Text Example


Text Example

White with #A80AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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