Html Css Color HEX #A614FE Electric Purple

📋 copy color: '#A614FE'

red 166 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A614FE

Tints of Electric Purple #A614FE

RGB

 RED value IS 166 (65.23% from 255) = 37.73%

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

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

R = 37.73%
G = 4.55%
B = 57.73%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A614FE (or 0xA614FE) is known color: Electric Purple. HEX triplet: A6, 14 and FE. RGB value is (166,20,254). Sum of RGB (Red+Green+Blue) = 166+20+254=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #A614FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A614FE is #59EB01. Grayscale: #595959. Windows color (decimal): -5892866 or 16651430. OLE color: 16651430.

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

Color convert

RGB 166 20 254 -
CMYK 0.35 0.92 0 0.00
HSL 277.44º 0.99% 0.54% -
HSV(B) 277.44º 0.92% 1% -
XYZ 33.87 15.76 95.02 -
YUV 90.33 220.37 181.97 -
System Red Green Blue C M Y K H S L
Decimal 166 20 254 0.35 0.92 0 0.00 277.44 0.99 0.54
Hex A6 14 FE 23 5C 0 0 115 63 36
Octal 246 24 376 43 134 0 0 425 143 66
Binary 10100110 10100 11111110 100011 1011100 0 0 100010101 1100011 110110

Color Harmonies of #A614FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614FE

Black with #A614FE

Text Example


Text Example

White with #A614FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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