Html Css Color HEX #A710FE Electric Purple

📋 copy color: '#A710FE'

red 167 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #A710FE

Tints of Electric Purple #A710FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 38.22%
G = 3.66%
B = 58.12%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A710FE (or 0xA710FE) is known color: Electric Purple. HEX triplet: A7, 10 and FE. RGB value is (167,16,254). Sum of RGB (Red+Green+Blue) = 167+16+254=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #A710FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710FE is #58EF01. Grayscale: #575757. Windows color (decimal): -5828354 or 16650407. OLE color: 16650407.

HSL color Cylindrical-coordinate representation of color #A710FE: hue angle of 278.07º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A710FE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 16 254 -
CMYK 0.34 0.94 0 0.00
HSL 278.07º 0.99% 0.53% -
HSV(B) 278.07º 0.94% 1% -
XYZ 34.01 15.74 95.01 -
YUV 88.28 221.53 184.15 -
System Red Green Blue C M Y K H S L
Decimal 167 16 254 0.34 0.94 0 0.00 278.07 0.99 0.53
Hex A7 10 FE 22 5E 0 0 116 63 35
Octal 247 20 376 42 136 0 0 426 143 65
Binary 10100111 10000 11111110 100010 1011110 0 0 100010110 1100011 110101

Color Harmonies of #A710FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710FE

Black with #A710FE

Text Example


Text Example

White with #A710FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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