#A400FF

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

Shades of Electric Purple #A400FF

Tints of Electric Purple #A400FF

Color information

#A400FF (or 0xA400FF) is unknown color: approx Electric Purple. HEX triplet: A4, 00 and FF. RGB value is (164,0,255). Sum of RGB (Red+Green+Blue) = 164+0+255=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #A400FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400FF is #5BFF00. Grayscale: #4D4D4D. Windows color (decimal): -6029057 or 16711844. OLE color: 16711844.

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

Color convert

RGB1640255-
CMYK0.36100
HSL278.59º100%50%-
HSV(B)278.59º100%100%-
XYZ33.3615.1195.77-
YUV78.11227.83189.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 60.86%
R=39.14%
G=0%
B=60.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16402550.36100278.5910050
HexA40FF2464001176432
Octal2440377441440042714462
Binary101001000111111111001001100100001000101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400FF; }

 p { color: rgb(164,0,255); }

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

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

 a { background-color: rgb(164,0,255); }

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

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

 span { border-color: rgb(164,0,255); }

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