Html Css Color HEX #A714FE Electric Purple

📋 copy color: '#A714FE'

red 167 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A714FE

Tints of Electric Purple #A714FE

RGB

 RED value IS 167 (65.63% from 255) = 37.87%

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

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

R = 37.87%
G = 4.54%
B = 57.6%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A714FE (or 0xA714FE) is known color: Electric Purple. HEX triplet: A7, 14 and FE. RGB value is (167,20,254). Sum of RGB (Red+Green+Blue) = 167+20+254=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #A714FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714FE is #58EB01. Grayscale: #595959. Windows color (decimal): -5827330 or 16651431. OLE color: 16651431.

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

Color convert

RGB 167 20 254 -
CMYK 0.34 0.92 0 0.00
HSL 277.69º 0.99% 0.54% -
HSV(B) 277.69º 0.92% 1% -
XYZ 34.08 15.87 95.03 -
YUV 90.63 220.2 182.47 -
System Red Green Blue C M Y K H S L
Decimal 167 20 254 0.34 0.92 0 0.00 277.69 0.99 0.54
Hex A7 14 FE 22 5C 0 0 116 63 36
Octal 247 24 376 42 134 0 0 426 143 66
Binary 10100111 10100 11111110 100010 1011100 0 0 100010110 1100011 110110

Color Harmonies of #A714FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714FE

Black with #A714FE

Text Example


Text Example

White with #A714FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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