#A606FA

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

Shades of Electric Purple #A606FA

Tints of Electric Purple #A606FA

Color information

#A606FA (or 0xA606FA) is unknown color: approx Electric Purple. HEX triplet: A6, 06 and FA. RGB value is (166,6,250). Sum of RGB (Red+Green+Blue) = 166+6+250=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #A606FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A606FA is #59F905. Grayscale: #505050. Windows color (decimal): -5896454 or 16385702. OLE color: 16385702.

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

Color convert

RGB1666250-
CMYK0.340.9800.02
HSL279.34º96.06%50.2%-
HSV(B)279.34º97.6%98.04%-
XYZ33.0515.1491.62-
YUV81.66223.01188.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 6 (2.73% from 255) = 1.42%
BLUE value IS 250 (98.05% from 255) = 59.24%
R=39.34%
G=1.42%
B=59.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16662500.340.9800.02279.3496.0650.2
HexA66FA2262021176032
Octal2466372421420242714062
Binary101001101101111101010001011000100101000101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A606FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A606FA; }

 p { color: rgb(166,6,250); }

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

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

 a { background-color: rgb(166,6,250); }

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

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

 span { border-color: rgb(166,6,250); }

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