Html Css Color HEX #A014FA Electric Purple

📋 copy color: '#A014FA'

red 160 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #A014FA

Tints of Electric Purple #A014FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.65%

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

R = 37.21%
G = 4.65%
B = 58.14%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A014FA (or 0xA014FA) is known color: Electric Purple. HEX triplet: A0, 14 and FA. RGB value is (160,20,250). Sum of RGB (Red+Green+Blue) = 160+20+250=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #A014FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014FA is #5FEB05. Grayscale: #575757. Windows color (decimal): -6286086 or 16389280. OLE color: 16389280.

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

Color convert

RGB 160 20 250 -
CMYK 0.36 0.92 0 0.02
HSL 276.52º 0.96% 0.53% -
HSV(B) 276.52º 0.92% 0.98% -
XYZ 32 14.88 91.63 -
YUV 88.08 219.38 179.3 -
System Red Green Blue C M Y K H S L
Decimal 160 20 250 0.36 0.92 0 0.02 276.52 0.96 0.53
Hex A0 14 FA 24 5C 0 2 115 60 35
Octal 240 24 372 44 134 0 2 425 140 65
Binary 10100000 10100 11111010 100100 1011100 0 10 100010101 1100000 110101

Color Harmonies of #A014FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014FA

Black with #A014FA

Text Example


Text Example

White with #A014FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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