Html Css Color HEX #A00EFA Electric Purple

📋 copy color: '#A00EFA'

red 160 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #A00EFA

Tints of Electric Purple #A00EFA

RGB

 RED value IS 160 (62.89% from 255) = 37.74%

 GREEN value IS 14 (5.86% from 255) = 3.3%

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 37.74%
G = 3.3%
B = 58.96%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A00EFA (or 0xA00EFA) is known color: Electric Purple. HEX triplet: A0, 0E and FA. RGB value is (160,14,250). Sum of RGB (Red+Green+Blue) = 160+14+250=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #A00EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EFA is #5FF105. Grayscale: #535353. Windows color (decimal): -6287622 or 16387744. OLE color: 16387744.

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

Color convert

RGB 160 14 250 -
CMYK 0.36 0.94 0 0.02
HSL 277.12º 0.96% 0.52% -
HSV(B) 277.12º 0.94% 0.98% -
XYZ 31.91 14.69 91.6 -
YUV 84.56 221.37 181.81 -
System Red Green Blue C M Y K H S L
Decimal 160 14 250 0.36 0.94 0 0.02 277.12 0.96 0.52
Hex A0 E FA 24 5E 0 2 115 60 34
Octal 240 16 372 44 136 0 2 425 140 64
Binary 10100000 1110 11111010 100100 1011110 0 10 100010101 1100000 110100

Color Harmonies of #A00EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EFA

Black with #A00EFA

Text Example


Text Example

White with #A00EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EFA; }

 p { color: rgb(160,14,250); }

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

background-color css

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

 a { background-color: rgb(160,14,250); }

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

border-color css

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

 span { border-color: rgb(160,14,250); }

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