#A60FFF

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

Shades of Electric Purple #A60FFF

Tints of Electric Purple #A60FFF

Color information

#A60FFF (or 0xA60FFF) is unknown color: approx Electric Purple. HEX triplet: A6, 0F and FF. RGB value is (166,15,255). Sum of RGB (Red+Green+Blue) = 166+15+255=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A60FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FFF is #59F000. Grayscale: #565656. Windows color (decimal): -5894145 or 16715686. OLE color: 16715686.

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

Color convert

RGB16615255-
CMYK0.350.9400
HSL277.75º100%52.94%-
HSV(B)277.75º94.12%100%-
XYZ33.9515.6795.84-
YUV87.51222.53183.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 15 (6.25% from 255) = 3.44%
BLUE value IS 255 (100% from 255) = 58.49%
R=38.07%
G=3.44%
B=58.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal166152550.350.9400277.7510052.94
HexA6FFF235E001166435
Octal24617377431360042614465
Binary101001101111111111111000111011110001000101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60FFF; }

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

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

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

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

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

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

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

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