Html Css Color HEX #A710EC Electric Purple

📋 copy color: '#A710EC'

red 167 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #A710EC

Tints of Electric Purple #A710EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.82%

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

R = 39.86%
G = 3.82%
B = 56.32%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A710EC (or 0xA710EC) is known color: Electric Purple. HEX triplet: A7, 10 and EC. RGB value is (167,16,236). Sum of RGB (Red+Green+Blue) = 167+16+236=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A710EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710EC is #58EF13. Grayscale: #555555. Windows color (decimal): -5828372 or 15470759. OLE color: 15470759.

HSL color Cylindrical-coordinate representation of color #A710EC: hue angle of 281.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A710EC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 16 236 -
CMYK 0.29 0.93 0 0.07
HSL 281.18º 0.87% 0.49% -
HSV(B) 281.18º 0.93% 0.93% -
XYZ 31.26 14.64 80.54 -
YUV 86.23 212.53 185.61 -
System Red Green Blue C M Y K H S L
Decimal 167 16 236 0.29 0.93 0 0.07 281.18 0.87 0.49
Hex A7 10 EC 1D 5D 0 7 119 57 31
Octal 247 20 354 35 135 0 7 431 127 61
Binary 10100111 10000 11101100 11101 1011101 0 111 100011001 1010111 110001

Color Harmonies of #A710EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710EC

Black with #A710EC

Text Example


Text Example

White with #A710EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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