Html Css Color HEX #A704EC Electric Purple

📋 copy color: '#A704EC'

red 167 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #A704EC

Tints of Electric Purple #A704EC

RGB

 RED value IS 167 (65.63% from 255) = 41.03%

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

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

R = 41.03%
G = 0.98%
B = 57.99%

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

#A704EC (or 0xA704EC) is known color: Electric Purple. HEX triplet: A7, 04 and EC. RGB value is (167,4,236). Sum of RGB (Red+Green+Blue) = 167+4+236=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A704EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A704EC is #58FB13. Grayscale: #4E4E4E. Windows color (decimal): -5831444 or 15467687. OLE color: 15467687.

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

Color convert

RGB 167 4 236 -
CMYK 0.29 0.98 0 0.07
HSL 282.16º 0.97% 0.47% -
HSV(B) 282.16º 0.98% 0.93% -
XYZ 31.12 14.36 80.49 -
YUV 79.19 216.5 190.64 -
System Red Green Blue C M Y K H S L
Decimal 167 4 236 0.29 0.98 0 0.07 282.16 0.97 0.47
Hex A7 4 EC 1D 62 0 7 11A 61 2F
Octal 247 4 354 35 142 0 7 432 141 57
Binary 10100111 100 11101100 11101 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A704EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704EC

Black with #A704EC

Text Example


Text Example

White with #A704EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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