Html Css Color HEX #A710FF Electric Purple

📋 copy color: '#A710FF'

red 167 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #A710FF

Tints of Electric Purple #A710FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.22%

R = 38.13%
G = 3.65%
B = 58.22%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A710FF (or 0xA710FF) is known color: Electric Purple. HEX triplet: A7, 10 and FF. RGB value is (167,16,255). Sum of RGB (Red+Green+Blue) = 167+16+255=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A710FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A710FF is #58EF00. Grayscale: #575757. Windows color (decimal): -5828353 or 16715943. OLE color: 16715943.

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

Color convert

RGB 167 16 255 -
CMYK 0.35 0.94 0 0
HSL 277.91º 1% 0.53% -
HSV(B) 277.91º 0.94% 1% -
XYZ 34.17 15.81 95.86 -
YUV 88.4 222.03 184.07 -
System Red Green Blue C M Y K H S L
Decimal 167 16 255 0.35 0.94 0 0 277.91 1 0.53
Hex A7 10 FF 23 5E 0 0 116 64 35
Octal 247 20 377 43 136 0 0 426 144 65
Binary 10100111 10000 11111111 100011 1011110 0 0 100010110 1100100 110101

Color Harmonies of #A710FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710FF

Black with #A710FF

Text Example


Text Example

White with #A710FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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