Html Css Color HEX #A914FE Electric Purple

📋 copy color: '#A914FE'

red 169 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A914FE

Tints of Electric Purple #A914FE

RGB

 RED value IS 169 (66.41% from 255) = 38.15%

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

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

R = 38.15%
G = 4.51%
B = 57.34%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A914FE (or 0xA914FE) is known color: Electric Purple. HEX triplet: A9, 14 and FE. RGB value is (169,20,254). Sum of RGB (Red+Green+Blue) = 169+20+254=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A914FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914FE is #56EB01. Grayscale: #5A5A5A. Windows color (decimal): -5696258 or 16651433. OLE color: 16651433.

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

Color convert

RGB 169 20 254 -
CMYK 0.33 0.92 0 0.00
HSL 278.21º 0.99% 0.54% -
HSV(B) 278.21º 0.92% 1% -
XYZ 34.5 16.09 95.05 -
YUV 91.23 219.86 183.47 -
System Red Green Blue C M Y K H S L
Decimal 169 20 254 0.33 0.92 0 0.00 278.21 0.99 0.54
Hex A9 14 FE 21 5C 0 0 116 63 36
Octal 251 24 376 41 134 0 0 426 143 66
Binary 10101001 10100 11111110 100001 1011100 0 0 100010110 1100011 110110

Color Harmonies of #A914FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914FE

Black with #A914FE

Text Example


Text Example

White with #A914FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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