Html Css Color HEX #A71FFF Electric Purple

📋 copy color: '#A71FFF'

red 167 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #A71FFF

Tints of Electric Purple #A71FFF

RGB

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

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

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

R = 36.87%
G = 6.84%
B = 56.29%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A71FFF (or 0xA71FFF) is known color: Electric Purple. HEX triplet: A7, 1F and FF. RGB value is (167,31,255). Sum of RGB (Red+Green+Blue) = 167+31+255=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A71FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FFF is #58E000. Grayscale: #606060. Windows color (decimal): -5824513 or 16719783. OLE color: 16719783.

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

Color convert

RGB 167 31 255 -
CMYK 0.35 0.88 0 0
HSL 276.43º 1% 0.56% -
HSV(B) 276.43º 0.88% 1% -
XYZ 34.48 16.42 95.96 -
YUV 97.2 217.06 177.79 -
System Red Green Blue C M Y K H S L
Decimal 167 31 255 0.35 0.88 0 0 276.43 1 0.56
Hex A7 1F FF 23 58 0 0 114 64 38
Octal 247 37 377 43 130 0 0 424 144 70
Binary 10100111 11111 11111111 100011 1011000 0 0 100010100 1100100 111000

Color Harmonies of #A71FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FFF

Black with #A71FFF

Text Example


Text Example

White with #A71FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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