#A71BF6

Color #A71BF6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #A71BF6

Tints of Electric Purple #A71BF6

Color information

#A71BF6 (or 0xA71BF6) is unknown color: approx Electric Purple. HEX triplet: A7, 1B and F6. RGB value is (167,27,246). Sum of RGB (Red+Green+Blue) = 167+27+246=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #A71BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BF6 is #58E409. Grayscale: #5D5D5D. Windows color (decimal): -5825546 or 16128935. OLE color: 16128935.

HSL color Cylindrical-coordinate representation of color #A71BF6: hue angle of 278.36º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71BF6 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16727246-
CMYK0.320.8900.04
HSL278.36º92.41%53.53%-
HSV(B)278.36º89.02%96.47%-
XYZ32.9615.6588.47-
YUV93.83213.88180.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 27 (10.94% from 255) = 6.14%
BLUE value IS 246 (96.48% from 255) = 55.91%
R=37.95%
G=6.14%
B=55.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal167272460.320.8900.04278.3692.4153.53
HexA71BF62059041165c36
Octal24733366401310442613466
Binary101001111101111110110100000101100101001000101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71BF6; }

 p { color: rgb(167,27,246); }

 H1.HeaderClassName
 {
   color: #A71BF6;
 }
 .AnyTagClassName
 {
   color: #A71BF6;
 }
</style>
background-color css

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

 a { background-color: rgb(167,27,246); }

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

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

 span { border-color: rgb(167,27,246); }

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