#A703F1

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

Shades of Electric Purple #A703F1

Tints of Electric Purple #A703F1

Color information

#A703F1 (or 0xA703F1) is unknown color: approx Electric Purple. HEX triplet: A7, 03 and F1. RGB value is (167,3,241). Sum of RGB (Red+Green+Blue) = 167+3+241=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #A703F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A703F1 is #58FC0E. Grayscale: #4E4E4E. Windows color (decimal): -5831695 or 15795111. OLE color: 15795111.

HSL color Cylindrical-coordinate representation of color #A703F1: hue angle of 281.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A703F1 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1673241-
CMYK0.310.9900.05
HSL281.34º97.54%47.84%-
HSV(B)281.34º98.76%94.51%-
XYZ31.8514.6384.36-
YUV79.17219.33190.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=40.63%
G=0.73%
B=58.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16732410.310.9900.05281.3497.5447.84
HexA73F11F63051196230
Octal2473361371430543114260
Binary10100111111111000111111110001101011000110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A703F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A703F1; }

 p { color: rgb(167,3,241); }

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

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

 a { background-color: rgb(167,3,241); }

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

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

 span { border-color: rgb(167,3,241); }

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