Html Css Color HEX #A20582 Dark Magenta

📋 copy color: '#A20582'

red 162 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #A20582

Tints of Dark Magenta #A20582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 54.55%
G = 1.68%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20582 (or 0xA20582) is known color: Dark Magenta. HEX triplet: A2, 05 and 82. RGB value is (162,5,130). Sum of RGB (Red+Green+Blue) = 162+5+130=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A20582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20582 is #5DFA7D. Grayscale: #414141. Windows color (decimal): -6158974 or 8521122. OLE color: 8521122.

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

Color convert

RGB 162 5 130 -
CMYK 0 0.97 0.20 0.36
HSL 312.23º 0.94% 0.33% -
HSV(B) 312.23º 0.97% 0.64% -
XYZ 18.98 9.4 21.93 -
YUV 66.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 162 5 130 0 0.97 0.20 0.36 312.23 0.94 0.33
Hex A2 5 82 0 61 14 24 138 5E 21
Octal 242 5 202 0 141 24 44 470 136 41
Binary 10100010 101 10000010 0 1100001 10100 100100 100111000 1011110 100001

Color Harmonies of #A20582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20582

Black with #A20582

Text Example


Text Example

White with #A20582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20582; }

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

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

background-color css

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

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

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

border-color css

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

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

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