Html Css Color HEX #A711FF Electric Purple

📋 copy color: '#A711FF'

red 167 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #A711FF

Tints of Electric Purple #A711FF

RGB

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

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

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

R = 38.04%
G = 3.87%
B = 58.09%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A711FF (or 0xA711FF) is known color: Electric Purple. HEX triplet: A7, 11 and FF. RGB value is (167,17,255). Sum of RGB (Red+Green+Blue) = 167+17+255=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A711FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711FF is #58EE00. Grayscale: #585858. Windows color (decimal): -5828097 or 16716199. OLE color: 16716199.

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

Color convert

RGB 167 17 255 -
CMYK 0.35 0.93 0 0
HSL 277.82º 1% 0.53% -
HSV(B) 277.82º 0.93% 1% -
XYZ 34.19 15.84 95.86 -
YUV 88.98 221.7 183.65 -
System Red Green Blue C M Y K H S L
Decimal 167 17 255 0.35 0.93 0 0 277.82 1 0.53
Hex A7 11 FF 23 5D 0 0 116 64 35
Octal 247 21 377 43 135 0 0 426 144 65
Binary 10100111 10001 11111111 100011 1011101 0 0 100010110 1100100 110101

Color Harmonies of #A711FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711FF

Black with #A711FF

Text Example


Text Example

White with #A711FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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