Html Css Color HEX #A804EC Electric Purple

📋 copy color: '#A804EC'

red 168 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #A804EC

Tints of Electric Purple #A804EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 41.18%
G = 0.98%
B = 57.84%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A804EC (or 0xA804EC) is known color: Electric Purple. HEX triplet: A8, 04 and EC. RGB value is (168,4,236). Sum of RGB (Red+Green+Blue) = 168+4+236=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #A804EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804EC is #57FB13. Grayscale: #4E4E4E. Windows color (decimal): -5765908 or 15467688. OLE color: 15467688.

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

Color convert

RGB 168 4 236 -
CMYK 0.29 0.98 0 0.07
HSL 282.41º 0.97% 0.47% -
HSV(B) 282.41º 0.98% 0.93% -
XYZ 31.33 14.47 80.5 -
YUV 79.48 216.33 191.14 -
System Red Green Blue C M Y K H S L
Decimal 168 4 236 0.29 0.98 0 0.07 282.41 0.97 0.47
Hex A8 4 EC 1D 62 0 7 11A 61 2F
Octal 250 4 354 35 142 0 7 432 141 57
Binary 10101000 100 11101100 11101 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A804EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A804EC

Black with #A804EC

Text Example


Text Example

White with #A804EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A804EC; }

 p { color: rgb(168,4,236); }

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

background-color css

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

 a { background-color: rgb(168,4,236); }

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

border-color css

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

 span { border-color: rgb(168,4,236); }

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