#A600FF

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

Shades of Electric Purple #A600FF

Tints of Electric Purple #A600FF

Color information

#A600FF (or 0xA600FF) is unknown color: approx Electric Purple. HEX triplet: A6, 00 and FF. RGB value is (166,0,255). Sum of RGB (Red+Green+Blue) = 166+0+255=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #A600FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A600FF is #59FF00. Grayscale: #4D4D4D. Windows color (decimal): -5897985 or 16711846. OLE color: 16711846.

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

Color convert

RGB1660255-
CMYK0.35100
HSL279.06º100%50%-
HSV(B)279.06º100%100%-
XYZ33.7815.3395.79-
YUV78.7227.5190.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 60.57%
R=39.43%
G=0%
B=60.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal16602550.35100279.0610050
HexA60FF2364001176432
Octal2460377431440042714462
Binary101001100111111111000111100100001000101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600FF; }

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

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

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

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

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

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

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

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