Html Css Color HEX #A711EE Electric Purple

📋 copy color: '#A711EE'

red 167 ◦ green 17 ◦ blue 238

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

Shades of Electric Purple #A711EE

Tints of Electric Purple #A711EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 39.57%
G = 4.03%
B = 56.4%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A711EE (or 0xA711EE) is known color: Electric Purple. HEX triplet: A7, 11 and EE. RGB value is (167,17,238). Sum of RGB (Red+Green+Blue) = 167+17+238=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A711EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711EE is #58EE11. Grayscale: #565656. Windows color (decimal): -5828114 or 15602087. OLE color: 15602087.

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

Color convert

RGB 167 17 238 -
CMYK 0.30 0.93 0 0.07
HSL 280.72º 0.87% 0.5% -
HSV(B) 280.72º 0.93% 0.93% -
XYZ 31.57 14.79 82.08 -
YUV 87.04 213.2 185.03 -
System Red Green Blue C M Y K H S L
Decimal 167 17 238 0.30 0.93 0 0.07 280.72 0.87 0.5
Hex A7 11 EE 1E 5D 0 7 119 57 32
Octal 247 21 356 36 135 0 7 431 127 62
Binary 10100111 10001 11101110 11110 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A711EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711EE

Black with #A711EE

Text Example


Text Example

White with #A711EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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