#A60FF6

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

Shades of Electric Purple #A60FF6

Tints of Electric Purple #A60FF6

Color information

#A60FF6 (or 0xA60FF6) is unknown color: approx Electric Purple. HEX triplet: A6, 0F and F6. RGB value is (166,15,246). Sum of RGB (Red+Green+Blue) = 166+15+246=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #A60FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FF6 is #59F009. Grayscale: #555555. Windows color (decimal): -5894154 or 16125862. OLE color: 16125862.

HSL color Cylindrical-coordinate representation of color #A60FF6: hue angle of 279.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FF6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16615246-
CMYK0.330.9400.04
HSL279.22º92.77%51.18%-
HSV(B)279.22º93.9%96.47%-
XYZ32.5315.188.39-
YUV86.48218.03184.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 246 (96.48% from 255) = 57.61%
R=38.88%
G=3.51%
B=57.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166152460.330.9400.04279.2292.7751.18
HexA6FF6215E041175d33
Octal24617366411360442713563
Binary10100110111111110110100001101111001001000101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FF6; }

 p { color: rgb(166,15,246); }

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

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

 a { background-color: rgb(166,15,246); }

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

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

 span { border-color: rgb(166,15,246); }

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