#A60AF9

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

Shades of Electric Purple #A60AF9

Tints of Electric Purple #A60AF9

Color information

#A60AF9 (or 0xA60AF9) is unknown color: approx Electric Purple. HEX triplet: A6, 0A and F9. RGB value is (166,10,249). Sum of RGB (Red+Green+Blue) = 166+10+249=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #A60AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AF9 is #59F506. Grayscale: #535353. Windows color (decimal): -5895431 or 16321190. OLE color: 16321190.

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

Color convert

RGB16610249-
CMYK0.330.9600.02
HSL279.16º95.22%50.78%-
HSV(B)279.16º95.98%97.65%-
XYZ32.9315.1690.81-
YUV83.89221.18186.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 10 (4.30% from 255) = 2.35%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=39.06%
G=2.35%
B=58.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166102490.330.9600.02279.1695.2250.78
HexA6AF92160021175f33
Octal24612371411400242713763
Binary1010011010101111100110000111000000101000101111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60AF9; }

 p { color: rgb(166,10,249); }

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

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

 a { background-color: rgb(166,10,249); }

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

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

 span { border-color: rgb(166,10,249); }

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