#A503FE

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

Shades of Electric Purple #A503FE

Tints of Electric Purple #A503FE

Color information

#A503FE (or 0xA503FE) is unknown color: approx Electric Purple. HEX triplet: A5, 03 and FE. RGB value is (165,3,254). Sum of RGB (Red+Green+Blue) = 165+3+254=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #A503FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503FE is #5AFC01. Grayscale: #4F4F4F. Windows color (decimal): -5962754 or 16647077. OLE color: 16647077.

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

Color convert

RGB1653254-
CMYK0.350.9900.00
HSL278.73º99.21%50.39%-
HSV(B)278.73º98.82%99.61%-
XYZ33.4415.2294.94-
YUV80.05226.17188.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 254 (99.61% from 255) = 60.19%
R=39.10%
G=0.71%
B=60.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal16532540.350.9900.00278.7399.2150.39
HexA53FE2363001176332
Octal2453376431430042714362
Binary1010010111111111101000111100011001000101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A503FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A503FE; }

 p { color: rgb(165,3,254); }

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

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

 a { background-color: rgb(165,3,254); }

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

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

 span { border-color: rgb(165,3,254); }

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