Html Css Color HEX #A604EE Electric Purple

📋 copy color: '#A604EE'

red 166 ◦ green 4 ◦ blue 238

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

Shades of Electric Purple #A604EE

Tints of Electric Purple #A604EE

RGB

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

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

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

R = 40.69%
G = 0.98%
B = 58.33%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A604EE (or 0xA604EE) is known color: Electric Purple. HEX triplet: A6, 04 and EE. RGB value is (166,4,238). Sum of RGB (Red+Green+Blue) = 166+4+238=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #A604EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604EE is #59FB11. Grayscale: #4E4E4E. Windows color (decimal): -5896978 or 15598758. OLE color: 15598758.

HSL color Cylindrical-coordinate representation of color #A604EE: hue angle of 281.54º 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 #A604EE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 4 238 -
CMYK 0.30 0.98 0 0.07
HSL 281.54º 0.97% 0.47% -
HSV(B) 281.54º 0.98% 0.93% -
XYZ 31.2 14.37 82.02 -
YUV 79.11 217.67 189.97 -
System Red Green Blue C M Y K H S L
Decimal 166 4 238 0.30 0.98 0 0.07 281.54 0.97 0.47
Hex A6 4 EE 1E 62 0 7 11A 61 2F
Octal 246 4 356 36 142 0 7 432 141 57
Binary 10100110 100 11101110 11110 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A604EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604EE

Black with #A604EE

Text Example


Text Example

White with #A604EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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