Html Css Color HEX #A20382 Dark Magenta

📋 copy color: '#A20382'

red 162 ◦ green 3 ◦ blue 130

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

Shades of Dark Magenta #A20382

Tints of Dark Magenta #A20382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 54.92%
G = 1.02%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20382 (or 0xA20382) is known color: Dark Magenta. HEX triplet: A2, 03 and 82. RGB value is (162,3,130). Sum of RGB (Red+Green+Blue) = 162+3+130=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20382 is #5DFC7D. Grayscale: #404040. Windows color (decimal): -6159486 or 8520610. OLE color: 8520610.

HSL color Cylindrical-coordinate representation of color #A20382: hue angle of 312.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20382 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 3 130 -
CMYK 0 0.98 0.20 0.36
HSL 312.08º 0.96% 0.32% -
HSV(B) 312.08º 0.98% 0.64% -
XYZ 18.96 9.36 21.93 -
YUV 65.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 162 3 130 0 0.98 0.20 0.36 312.08 0.96 0.32
Hex A2 3 82 0 62 14 24 138 60 20
Octal 242 3 202 0 142 24 44 470 140 40
Binary 10100010 11 10000010 0 1100010 10100 100100 100111000 1100000 100000

Color Harmonies of #A20382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20382

Black with #A20382

Text Example


Text Example

White with #A20382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20382; }

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

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

background-color css

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

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

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

border-color css

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

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

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