Html Css Color HEX #A704FF Electric Purple

📋 copy color: '#A704FF'

red 167 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #A704FF

Tints of Electric Purple #A704FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.86%

R = 39.2%
G = 0.94%
B = 59.86%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A704FF (or 0xA704FF) is known color: Electric Purple. HEX triplet: A7, 04 and FF. RGB value is (167,4,255). Sum of RGB (Red+Green+Blue) = 167+4+255=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #A704FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A704FF is #58FB00. Grayscale: #505050. Windows color (decimal): -5831425 or 16712871. OLE color: 16712871.

HSL color Cylindrical-coordinate representation of color #A704FF: hue angle of 278.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 4 255 -
CMYK 0.35 0.98 0 0
HSL 278.96º 1% 0.51% -
HSV(B) 278.96º 0.98% 1% -
XYZ 34.03 15.52 95.81 -
YUV 81.35 226 189.09 -
System Red Green Blue C M Y K H S L
Decimal 167 4 255 0.35 0.98 0 0 278.96 1 0.51
Hex A7 4 FF 23 62 0 0 117 64 33
Octal 247 4 377 43 142 0 0 427 144 63
Binary 10100111 100 11111111 100011 1100010 0 0 100010111 1100100 110011

Color Harmonies of #A704FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704FF

Black with #A704FF

Text Example


Text Example

White with #A704FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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