Html Css Color HEX #A504EE Electric Purple

📋 copy color: '#A504EE'

red 165 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #A504EE

Tints of Electric Purple #A504EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 40.54%
G = 0.98%
B = 58.48%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A504EE (or 0xA504EE) is known color: Electric Purple. HEX triplet: A5, 04 and EE. RGB value is (165,4,238). Sum of RGB (Red+Green+Blue) = 165+4+238=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #A504EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A504EE is #5AFB11. Grayscale: #4E4E4E. Windows color (decimal): -5962514 or 15598757. OLE color: 15598757.

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

Color convert

RGB 165 4 238 -
CMYK 0.31 0.98 0 0.07
HSL 281.28º 0.97% 0.47% -
HSV(B) 281.28º 0.98% 0.93% -
XYZ 30.99 14.26 82.01 -
YUV 78.82 217.84 189.47 -
System Red Green Blue C M Y K H S L
Decimal 165 4 238 0.31 0.98 0 0.07 281.28 0.97 0.47
Hex A5 4 EE 1F 62 0 7 119 61 2F
Octal 245 4 356 37 142 0 7 431 141 57
Binary 10100101 100 11101110 11111 1100010 0 111 100011001 1100001 101111

Color Harmonies of #A504EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504EE

Black with #A504EE

Text Example


Text Example

White with #A504EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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