#A406F8

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

Shades of Electric Purple #A406F8

Tints of Electric Purple #A406F8

Color information

#A406F8 (or 0xA406F8) is unknown color: approx Electric Purple. HEX triplet: A4, 06 and F8. RGB value is (164,6,248). Sum of RGB (Red+Green+Blue) = 164+6+248=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #A406F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A406F8 is #5BF907. Grayscale: #505050. Windows color (decimal): -6027528 or 16254628. OLE color: 16254628.

HSL color Cylindrical-coordinate representation of color #A406F8: hue angle of 279.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A406F8 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1646248-
CMYK0.340.9800.03
HSL279.17º95.28%49.8%-
HSV(B)279.17º97.58%97.25%-
XYZ32.3214.889.96-
YUV80.83222.35187.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 6 (2.73% from 255) = 1.44%
BLUE value IS 248 (97.27% from 255) = 59.33%
R=39.23%
G=1.44%
B=59.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16462480.340.9800.03279.1795.2849.8
HexA46F82262031175f32
Octal2446370421420342713762
Binary101001001101111100010001011000100111000101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A406F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A406F8; }

 p { color: rgb(164,6,248); }

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

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

 a { background-color: rgb(164,6,248); }

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

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

 span { border-color: rgb(164,6,248); }

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