#A60885

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

Shades of Dark Magenta #A60885

Tints of Dark Magenta #A60885

Color information

#A60885 (or 0xA60885) is unknown color: approx Dark Magenta. HEX triplet: A6, 08 and 85. RGB value is (166,8,133). Sum of RGB (Red+Green+Blue) = 166+8+133=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A60885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60885 is #59F77A. Grayscale: #454545. Windows color (decimal): -5896059 or 8718502. OLE color: 8718502.

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

Color convert

RGB1668133-
CMYK00.950.200.35
HSL312.53º90.8%34.12%-
HSV(B)312.53º95.18%65.1%-
XYZ20.059.9723.06-
YUV69.49163.85196.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=54.07%
G=2.61%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166813300.950.200.35312.5390.834.12
HexA688505F14231395b22
Octal246102050137244347113342
Binary1010011010001000010101011111101001000111001110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60885; }

 p { color: rgb(166,8,133); }

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

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

 a { background-color: rgb(166,8,133); }

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

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

 span { border-color: rgb(166,8,133); }

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