Html Css Color HEX #A708F0 Electric Purple

📋 copy color: '#A708F0'

red 167 ◦ green 8 ◦ blue 240

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

Shades of Electric Purple #A708F0

Tints of Electric Purple #A708F0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 240 (94.14% from 255) = 57.83%

R = 40.24%
G = 1.93%
B = 57.83%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A708F0 (or 0xA708F0) is known color: Electric Purple. HEX triplet: A7, 08 and F0. RGB value is (167,8,240). Sum of RGB (Red+Green+Blue) = 167+8+240=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #A708F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A708F0 is #58F70F. Grayscale: #515151. Windows color (decimal): -5830416 or 15730855. OLE color: 15730855.

HSL color Cylindrical-coordinate representation of color #A708F0: hue angle of 281.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A708F0 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 8 240 -
CMYK 0.30 0.97 0 0.06
HSL 281.12º 0.94% 0.49% -
HSV(B) 281.12º 0.97% 0.94% -
XYZ 31.75 14.68 83.6 -
YUV 81.99 217.18 188.64 -
System Red Green Blue C M Y K H S L
Decimal 167 8 240 0.30 0.97 0 0.06 281.12 0.94 0.49
Hex A7 8 F0 1E 61 0 6 119 5E 31
Octal 247 10 360 36 141 0 6 431 136 61
Binary 10100111 1000 11110000 11110 1100001 0 110 100011001 1011110 110001

Color Harmonies of #A708F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A708F0

Black with #A708F0

Text Example


Text Example

White with #A708F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A708F0; }

 p { color: rgb(167,8,240); }

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

background-color css

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

 a { background-color: rgb(167,8,240); }

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

border-color css

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

 span { border-color: rgb(167,8,240); }

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