Html Css Color HEX #A711FC Electric Purple

📋 copy color: '#A711FC'

red 167 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #A711FC

Tints of Electric Purple #A711FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 38.3%
G = 3.9%
B = 57.8%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A711FC (or 0xA711FC) is known color: Electric Purple. HEX triplet: A7, 11 and FC. RGB value is (167,17,252). Sum of RGB (Red+Green+Blue) = 167+17+252=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #A711FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A711FC is #58EE03. Grayscale: #575757. Windows color (decimal): -5828100 or 16519591. OLE color: 16519591.

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

Color convert

RGB 167 17 252 -
CMYK 0.34 0.93 0 0.01
HSL 278.3º 0.98% 0.53% -
HSV(B) 278.3º 0.93% 0.99% -
XYZ 33.71 15.64 93.34 -
YUV 88.64 220.2 183.89 -
System Red Green Blue C M Y K H S L
Decimal 167 17 252 0.34 0.93 0 0.01 278.3 0.98 0.53
Hex A7 11 FC 22 5D 0 1 116 62 35
Octal 247 21 374 42 135 0 1 426 142 65
Binary 10100111 10001 11111100 100010 1011101 0 1 100010110 1100010 110101

Color Harmonies of #A711FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711FC

Black with #A711FC

Text Example


Text Example

White with #A711FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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