#A701FD

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

Shades of Electric Purple #A701FD

Tints of Electric Purple #A701FD

Color information

#A701FD (or 0xA701FD) is unknown color: approx Electric Purple. HEX triplet: A7, 01 and FD. RGB value is (167,1,253). Sum of RGB (Red+Green+Blue) = 167+1+253=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #A701FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A701FD is #58FE02. Grayscale: #4E4E4E. Windows color (decimal): -5832195 or 16581031. OLE color: 16581031.

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

Color convert

RGB1671253-
CMYK0.341.0000.01
HSL279.52º99.21%49.8%-
HSV(B)279.52º99.6%99.22%-
XYZ33.6815.3394.11-
YUV79.36226190.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 253 (99.22% from 255) = 60.10%
R=39.67%
G=0.24%
B=60.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16712530.341.0000.01279.5299.2149.8
HexA71FD2264011186332
Octal2471375421440143014362
Binary101001111111111011000101100100011000110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A701FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A701FD; }

 p { color: rgb(167,1,253); }

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

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

 a { background-color: rgb(167,1,253); }

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

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

 span { border-color: rgb(167,1,253); }

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