Html Css Color HEX #A20587 Dark Magenta

📋 copy color: '#A20587'

red 162 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #A20587

Tints of Dark Magenta #A20587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 53.64%
G = 1.66%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A20587 (or 0xA20587) is known color: Dark Magenta. HEX triplet: A2, 05 and 87. RGB value is (162,5,135). Sum of RGB (Red+Green+Blue) = 162+5+135=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20587 is #5DFA78. Grayscale: #424242. Windows color (decimal): -6158969 or 8848802. OLE color: 8848802.

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

Color convert

RGB 162 5 135 -
CMYK 0 0.97 0.17 0.36
HSL 310.32º 0.94% 0.33% -
HSV(B) 310.32º 0.97% 0.64% -
XYZ 19.33 9.54 23.74 -
YUV 66.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 162 5 135 0 0.97 0.17 0.36 310.32 0.94 0.33
Hex A2 5 87 0 61 11 24 136 5E 21
Octal 242 5 207 0 141 21 44 466 136 41
Binary 10100010 101 10000111 0 1100001 10001 100100 100110110 1011110 100001

Color Harmonies of #A20587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20587

Black with #A20587

Text Example


Text Example

White with #A20587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20587; }

 p { color: rgb(162,5,135); }

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

background-color css

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

 a { background-color: rgb(162,5,135); }

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

border-color css

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

 span { border-color: rgb(162,5,135); }

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