Html Css Color HEX #A20785 Dark Magenta

📋 copy color: '#A20785'

red 162 ◦ green 7 ◦ blue 133

#A20785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A20785

Tints of Dark Magenta #A20785

RGB

 RED value IS 162 (63.67% from 255) = 53.64%

 GREEN value IS 7 (3.13% from 255) = 2.32%

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 53.64%
G = 2.32%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20785 (or 0xA20785) is known color: Dark Magenta. HEX triplet: A2, 07 and 85. RGB value is (162,7,133). Sum of RGB (Red+Green+Blue) = 162+7+133=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20785 is #5DF87A. Grayscale: #434343. Windows color (decimal): -6158459 or 8718242. OLE color: 8718242.

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

Color convert

RGB 162 7 133 -
CMYK 0 0.96 0.18 0.36
HSL 311.23º 0.92% 0.33% -
HSV(B) 311.23º 0.96% 0.64% -
XYZ 19.21 9.53 23.02 -
YUV 67.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 162 7 133 0 0.96 0.18 0.36 311.23 0.92 0.33
Hex A2 7 85 0 60 12 24 137 5C 21
Octal 242 7 205 0 140 22 44 467 134 41
Binary 10100010 111 10000101 0 1100000 10010 100100 100110111 1011100 100001

Color Harmonies of #A20785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20785

Black with #A20785

Text Example


Text Example

White with #A20785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20785; }

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

 H1.HeaderClassName
 {
   color: #A20785;
 }
 .AnyTagClassName
 {
   color: #A20785;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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