#A600A3

Color #A600A3 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A600A3

Tints of Dark Magenta #A600A3

Color information

#A600A3 (or 0xA600A3) is unknown color: approx Dark Magenta. HEX triplet: A6, 00 and A3. RGB value is (166,0,163). Sum of RGB (Red+Green+Blue) = 166+0+163=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A600A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600A3 is #59FF5C. Grayscale: #434343. Windows color (decimal): -5898077 or 10682534. OLE color: 10682534.

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

Color convert

RGB1660163-
CMYK010.020.35
HSL301.08º100%32.55%-
HSV(B)301.08º100%65.1%-
XYZ22.3410.7535.55-
YUV68.22181.5197.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 163 (64.06% from 255) = 49.54%
R=50.46%
G=0%
B=49.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660163010.020.35301.0810032.55
HexA60A306422312d6421
Octal2460243014424345514441
Binary1010011001010001101100100101000111001011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600A3; }

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

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

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

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

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

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

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

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