Html Css Color HEX #A710EE Electric Purple

📋 copy color: '#A710EE'

red 167 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #A710EE

Tints of Electric Purple #A710EE

RGB

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

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

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

R = 39.67%
G = 3.8%
B = 56.53%

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

#A710EE (or 0xA710EE) is known color: Electric Purple. HEX triplet: A7, 10 and EE. RGB value is (167,16,238). Sum of RGB (Red+Green+Blue) = 167+16+238=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A710EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710EE is #58EF11. Grayscale: #555555. Windows color (decimal): -5828370 or 15601831. OLE color: 15601831.

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

Color convert

RGB 167 16 238 -
CMYK 0.30 0.93 0 0.07
HSL 280.81º 0.87% 0.5% -
HSV(B) 280.81º 0.93% 0.93% -
XYZ 31.55 14.76 82.07 -
YUV 86.46 213.53 185.45 -
System Red Green Blue C M Y K H S L
Decimal 167 16 238 0.30 0.93 0 0.07 280.81 0.87 0.5
Hex A7 10 EE 1E 5D 0 7 119 57 32
Octal 247 20 356 36 135 0 7 431 127 62
Binary 10100111 10000 11101110 11110 1011101 0 111 100011001 1010111 110010

Color Harmonies of #A710EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710EE

Black with #A710EE

Text Example


Text Example

White with #A710EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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