#A20685

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

Shades of Dark Magenta #A20685

Tints of Dark Magenta #A20685

Color information

#A20685 (or 0xA20685) is unknown color: approx Dark Magenta. HEX triplet: A2, 06 and 85. RGB value is (162,6,133). Sum of RGB (Red+Green+Blue) = 162+6+133=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A20685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20685 is #5DF97A. Grayscale: #424242. Windows color (decimal): -6158715 or 8717986. OLE color: 8717986.

HSL color Cylindrical-coordinate representation of color #A20685: hue angle of 311.15º 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 #A20685 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB1626133-
CMYK00.960.180.36
HSL311.15º92.86%32.94%-
HSV(B)311.15º96.3%63.53%-
XYZ19.29.5123.01-
YUV67.12165.18195.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=53.82%
G=1.99%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162613300.960.180.36311.1592.8632.94
HexA268506012241375d21
Octal24262050140224446713541
Binary101000101101000010101100000100101001001001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20685; }

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

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

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

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

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

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

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

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