#A307FD

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

Shades of Electric Purple #A307FD

Tints of Electric Purple #A307FD

Color information

#A307FD (or 0xA307FD) is unknown color: approx Electric Purple. HEX triplet: A3, 07 and FD. RGB value is (163,7,253). Sum of RGB (Red+Green+Blue) = 163+7+253=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #A307FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307FD is #5CF802. Grayscale: #505050. Windows color (decimal): -6092803 or 16582563. OLE color: 16582563.

HSL color Cylindrical-coordinate representation of color #A307FD: hue angle of 278.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307FD is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1637253-
CMYK0.360.9700.01
HSL278.05º98.4%50.98%-
HSV(B)278.05º97.23%99.22%-
XYZ32.9115.0394.1-
YUV81.69224.68186-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 7 (3.12% from 255) = 1.65%
BLUE value IS 253 (99.22% from 255) = 59.81%
R=38.53%
G=1.65%
B=59.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16372530.360.9700.01278.0598.450.98
HexA37FD2461011166233
Octal2437375441410142614263
Binary10100011111111111011001001100001011000101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A307FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A307FD; }

 p { color: rgb(163,7,253); }

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

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

 a { background-color: rgb(163,7,253); }

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

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

 span { border-color: rgb(163,7,253); }

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