#A60D92

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

Shades of Dark Magenta #A60D92

Tints of Dark Magenta #A60D92

Color information

#A60D92 (or 0xA60D92) is unknown color: approx Dark Magenta. HEX triplet: A6, 0D and 92. RGB value is (166,13,146). Sum of RGB (Red+Green+Blue) = 166+13+146=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60D92 is #59F26D. Grayscale: #494949. Windows color (decimal): -5894766 or 9571750. OLE color: 9571750.

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

Color convert

RGB16613146-
CMYK00.920.120.35
HSL307.84º85.47%35.1%-
HSV(B)307.84º92.17%65.1%-
XYZ21.0610.4728.11-
YUV73.91168.69193.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=51.08%
G=4%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661314600.920.120.35307.8485.4735.1
HexA6D9205CC231345523
Octal246152220134144346412543
Binary101001101101100100100101110011001000111001101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D92; }

 p { color: rgb(166,13,146); }

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

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

 a { background-color: rgb(166,13,146); }

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

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

 span { border-color: rgb(166,13,146); }

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