#a40685

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

Shades of Dark Magenta #A40685

Tints of Dark Magenta #A40685

Color information

#A40685 (or 0xA40685) is unknown color: approx Dark Magenta. HEX triplet: A4, 06 and 85. RGB value is (164,6,133). Sum of RGB (Red+Green+Blue) = 164+6+133=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40685 is #5BF97A. Grayscale: #434343. Windows color (decimal): -6027643 or 8717988. OLE color: 8717988.

HSL color Cylindrical-coordinate representation of color #A40685: hue angle of 311.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40685 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB1646133-
CMYK00.960.190.36
HSL311.77º92.94%33.33%-
HSV(B)311.77º96.34%64.31%-
XYZ19.619.7223.03-
YUV67.72164.85196.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=54.13%
G=1.98%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164613300.960.190.36311.7792.9433.33
HexA468506013241385d21
Octal24462050140234447013541
Binary101001001101000010101100000100111001001001110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40685; }

 p { color: rgb(164,6,133); }

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

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

 a { background-color: rgb(164,6,133); }

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

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

 span { border-color: rgb(164,6,133); }

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