Html Css Color HEX #A2059D Dark Magenta

📋 copy color: '#A2059D'

red 162 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #A2059D

Tints of Dark Magenta #A2059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 50%
G = 1.54%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2059D (or 0xA2059D) is known color: Dark Magenta. HEX triplet: A2, 05 and 9D. RGB value is (162,5,157). Sum of RGB (Red+Green+Blue) = 162+5+157=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2059D is #5DFA62. Grayscale: #444444. Windows color (decimal): -6158947 or 10290594. OLE color: 10290594.

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

Color convert

RGB 162 5 157 -
CMYK 0 0.97 0.03 0.36
HSL 301.91º 0.94% 0.33% -
HSV(B) 301.91º 0.97% 0.64% -
XYZ 21.04 10.22 32.76 -
YUV 69.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 162 5 157 0 0.97 0.03 0.36 301.91 0.94 0.33
Hex A2 5 9D 0 61 3 24 12E 5E 21
Octal 242 5 235 0 141 3 44 456 136 41
Binary 10100010 101 10011101 0 1100001 11 100100 100101110 1011110 100001

Color Harmonies of #A2059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2059D

Black with #A2059D

Text Example


Text Example

White with #A2059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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