Html Css Color HEX #A114FE Electric Purple

📋 copy color: '#A114FE'

red 161 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A114FE

Tints of Electric Purple #A114FE

RGB

 RED value IS 161 (63.28% from 255) = 37.01%

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

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

R = 37.01%
G = 4.6%
B = 58.39%

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

#A114FE (or 0xA114FE) is known color: Electric Purple. HEX triplet: A1, 14 and FE. RGB value is (161,20,254). Sum of RGB (Red+Green+Blue) = 161+20+254=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #A114FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A114FE is #5EEB01. Grayscale: #585858. Windows color (decimal): -6220546 or 16651425. OLE color: 16651425.

HSL color Cylindrical-coordinate representation of color #A114FE: hue angle of 276.15º 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 #A114FE is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 20 254 -
CMYK 0.37 0.92 0 0.00
HSL 276.15º 0.99% 0.54% -
HSV(B) 276.15º 0.92% 1% -
XYZ 32.84 15.23 94.98 -
YUV 88.84 221.21 179.47 -
System Red Green Blue C M Y K H S L
Decimal 161 20 254 0.37 0.92 0 0.00 276.15 0.99 0.54
Hex A1 14 FE 25 5C 0 0 114 63 36
Octal 241 24 376 45 134 0 0 424 143 66
Binary 10100001 10100 11111110 100101 1011100 0 0 100010100 1100011 110110

Color Harmonies of #A114FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114FE

Black with #A114FE

Text Example


Text Example

White with #A114FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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