Html Css Color HEX #A71FFE Electric Purple

📋 copy color: '#A71FFE'

red 167 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #A71FFE

Tints of Electric Purple #A71FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.86%

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

R = 36.95%
G = 6.86%
B = 56.19%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A71FFE (or 0xA71FFE) is known color: Electric Purple. HEX triplet: A7, 1F and FE. RGB value is (167,31,254). Sum of RGB (Red+Green+Blue) = 167+31+254=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #A71FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FFE is #58E001. Grayscale: #606060. Windows color (decimal): -5824514 or 16654247. OLE color: 16654247.

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

Color convert

RGB 167 31 254 -
CMYK 0.34 0.88 0 0.00
HSL 276.59º 0.99% 0.56% -
HSV(B) 276.59º 0.88% 1% -
XYZ 34.32 16.35 95.11 -
YUV 97.09 216.56 177.87 -
System Red Green Blue C M Y K H S L
Decimal 167 31 254 0.34 0.88 0 0.00 276.59 0.99 0.56
Hex A7 1F FE 22 58 0 0 115 63 38
Octal 247 37 376 42 130 0 0 425 143 70
Binary 10100111 11111 11111110 100010 1011000 0 0 100010101 1100011 111000

Color Harmonies of #A71FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FFE

Black with #A71FFE

Text Example


Text Example

White with #A71FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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