#A001F8

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

Shades of Electric Purple #A001F8

Tints of Electric Purple #A001F8

Color information

#A001F8 (or 0xA001F8) is unknown color: approx Electric Purple. HEX triplet: A0, 01 and F8. RGB value is (160,1,248). Sum of RGB (Red+Green+Blue) = 160+1+248=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 248 (97.27% from 255 or 60.64% from 409); Max value from RGB is 248 - color contains mainly: blue. Hex color #A001F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001F8 is #5FFE07. Grayscale: #4B4B4B. Windows color (decimal): -6290952 or 16253344. OLE color: 16253344.

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

Color convert

RGB1601248-
CMYK0.351.0000.03
HSL278.62º99.2%48.82%-
HSV(B)278.62º99.6%97.25%-
XYZ31.4514.2789.9-
YUV76.7224.68187.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 248 (97.27% from 255) = 60.64%
R=39.12%
G=0.24%
B=60.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16012480.351.0000.03278.6299.248.82
HexA01F82364031176331
Octal2401370431440342714361
Binary1010000011111100010001111001000111000101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A001F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A001F8; }

 p { color: rgb(160,1,248); }

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

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

 a { background-color: rgb(160,1,248); }

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

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

 span { border-color: rgb(160,1,248); }

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