Html Css Color HEX #A604ED Electric Purple

📋 copy color: '#A604ED'

red 166 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #A604ED

Tints of Electric Purple #A604ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 40.79%
G = 0.98%
B = 58.23%

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

#A604ED (or 0xA604ED) is known color: Electric Purple. HEX triplet: A6, 04 and ED. RGB value is (166,4,237). Sum of RGB (Red+Green+Blue) = 166+4+237=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #A604ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604ED is #59FB12. Grayscale: #4E4E4E. Windows color (decimal): -5896979 or 15533222. OLE color: 15533222.

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

Color convert

RGB 166 4 237 -
CMYK 0.30 0.98 0 0.07
HSL 281.72º 0.97% 0.47% -
HSV(B) 281.72º 0.98% 0.93% -
XYZ 31.06 14.31 81.25 -
YUV 79 217.17 190.05 -
System Red Green Blue C M Y K H S L
Decimal 166 4 237 0.30 0.98 0 0.07 281.72 0.97 0.47
Hex A6 4 ED 1E 62 0 7 11A 61 2F
Octal 246 4 355 36 142 0 7 432 141 57
Binary 10100110 100 11101101 11110 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A604ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604ED

Black with #A604ED

Text Example


Text Example

White with #A604ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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