Html Css Color HEX #A014FE Electric Purple

📋 copy color: '#A014FE'

red 160 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A014FE

Tints of Electric Purple #A014FE

RGB

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

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

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

R = 36.87%
G = 4.61%
B = 58.53%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A014FE (or 0xA014FE) is known color: Electric Purple. HEX triplet: A0, 14 and FE. RGB value is (160,20,254). Sum of RGB (Red+Green+Blue) = 160+20+254=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A014FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014FE is #5FEB01. Grayscale: #575757. Windows color (decimal): -6286082 or 16651424. OLE color: 16651424.

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

Color convert

RGB 160 20 254 -
CMYK 0.37 0.92 0 0.00
HSL 275.9º 0.99% 0.54% -
HSV(B) 275.9º 0.92% 1% -
XYZ 32.64 15.13 94.97 -
YUV 88.54 221.38 178.97 -
System Red Green Blue C M Y K H S L
Decimal 160 20 254 0.37 0.92 0 0.00 275.9 0.99 0.54
Hex A0 14 FE 25 5C 0 0 114 63 36
Octal 240 24 376 45 134 0 0 424 143 66
Binary 10100000 10100 11111110 100101 1011100 0 0 100010100 1100011 110110

Color Harmonies of #A014FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014FE

Black with #A014FE

Text Example


Text Example

White with #A014FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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