Html Css Color HEX #A814FE Electric Purple

📋 copy color: '#A814FE'

red 168 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #A814FE

Tints of Electric Purple #A814FE

RGB

 RED value IS 168 (66.02% from 255) = 38.01%

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

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

R = 38.01%
G = 4.52%
B = 57.47%

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

#A814FE (or 0xA814FE) is known color: Electric Purple. HEX triplet: A8, 14 and FE. RGB value is (168,20,254). Sum of RGB (Red+Green+Blue) = 168+20+254=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #A814FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814FE is #57EB01. Grayscale: #5A5A5A. Windows color (decimal): -5761794 or 16651432. OLE color: 16651432.

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

Color convert

RGB 168 20 254 -
CMYK 0.34 0.92 0 0.00
HSL 277.95º 0.99% 0.54% -
HSV(B) 277.95º 0.92% 1% -
XYZ 34.29 15.98 95.04 -
YUV 90.93 220.03 182.97 -
System Red Green Blue C M Y K H S L
Decimal 168 20 254 0.34 0.92 0 0.00 277.95 0.99 0.54
Hex A8 14 FE 22 5C 0 0 116 63 36
Octal 250 24 376 42 134 0 0 426 143 66
Binary 10101000 10100 11111110 100010 1011100 0 0 100010110 1100011 110110

Color Harmonies of #A814FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814FE

Black with #A814FE

Text Example


Text Example

White with #A814FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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