Html Css Color HEX #A711EC Electric Purple

📋 copy color: '#A711EC'

red 167 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #A711EC

Tints of Electric Purple #A711EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

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

R = 39.76%
G = 4.05%
B = 56.19%

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

#A711EC (or 0xA711EC) is known color: Electric Purple. HEX triplet: A7, 11 and EC. RGB value is (167,17,236). Sum of RGB (Red+Green+Blue) = 167+17+236=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A711EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711EC is #58EE13. Grayscale: #565656. Windows color (decimal): -5828116 or 15471015. OLE color: 15471015.

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

Color convert

RGB 167 17 236 -
CMYK 0.29 0.93 0 0.07
HSL 281.1º 0.87% 0.5% -
HSV(B) 281.1º 0.93% 0.93% -
XYZ 31.28 14.67 80.54 -
YUV 86.82 212.2 185.19 -
System Red Green Blue C M Y K H S L
Decimal 167 17 236 0.29 0.93 0 0.07 281.1 0.87 0.5
Hex A7 11 EC 1D 5D 0 7 119 57 32
Octal 247 21 354 35 135 0 7 431 127 62
Binary 10100111 10001 11101100 11101 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A711EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711EC

Black with #A711EC

Text Example


Text Example

White with #A711EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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