Html Css Color HEX #A514EE Electric Purple

📋 copy color: '#A514EE'

red 165 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #A514EE

Tints of Electric Purple #A514EE

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 39.01%
G = 4.73%
B = 56.26%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A514EE (or 0xA514EE) is known color: Electric Purple. HEX triplet: A5, 14 and EE. RGB value is (165,20,238). Sum of RGB (Red+Green+Blue) = 165+20+238=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #A514EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514EE is #5AEB11. Grayscale: #575757. Windows color (decimal): -5958418 or 15602853. OLE color: 15602853.

HSL color Cylindrical-coordinate representation of color #A514EE: hue angle of 279.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A514EE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 20 238 -
CMYK 0.31 0.92 0 0.07
HSL 279.91º 0.87% 0.51% -
HSV(B) 279.91º 0.92% 0.93% -
XYZ 31.2 14.67 82.08 -
YUV 88.21 212.54 182.77 -
System Red Green Blue C M Y K H S L
Decimal 165 20 238 0.31 0.92 0 0.07 279.91 0.87 0.51
Hex A5 14 EE 1F 5C 0 7 118 57 33
Octal 245 24 356 37 134 0 7 430 127 63
Binary 10100101 10100 11101110 11111 1011100 0 111 100011000 1010111 110011

Color Harmonies of #A514EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514EE

Black with #A514EE

Text Example


Text Example

White with #A514EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514EE; }

 p { color: rgb(165,20,238); }

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

background-color css

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

 a { background-color: rgb(165,20,238); }

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

border-color css

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

 span { border-color: rgb(165,20,238); }

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