#A60487

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

Shades of Dark Magenta #A60487

Tints of Dark Magenta #A60487

Color information

#A60487 (or 0xA60487) is unknown color: approx Dark Magenta. HEX triplet: A6, 04 and 87. RGB value is (166,4,135). Sum of RGB (Red+Green+Blue) = 166+4+135=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A60487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60487 is #59FB78. Grayscale: #434343. Windows color (decimal): -5897081 or 8848550. OLE color: 8848550.

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

Color convert

RGB1664135-
CMYK00.980.190.35
HSL311.48º95.29%33.33%-
HSV(B)311.48º97.59%65.1%-
XYZ20.149.9423.78-
YUV67.37166.17198.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=54.43%
G=1.31%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166413500.980.190.35311.4895.2933.33
HexA648706213231375f21
Octal24642070142234346713741
Binary101001101001000011101100010100111000111001101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60487; }

 p { color: rgb(166,4,135); }

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

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

 a { background-color: rgb(166,4,135); }

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

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

 span { border-color: rgb(166,4,135); }

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