Html Css Color HEX #A20282 Dark Magenta

📋 copy color: '#A20282'

red 162 ◦ green 2 ◦ blue 130

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

Shades of Dark Magenta #A20282

Tints of Dark Magenta #A20282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 55.1%
G = 0.68%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A20282 (or 0xA20282) is known color: Dark Magenta. HEX triplet: A2, 02 and 82. RGB value is (162,2,130). Sum of RGB (Red+Green+Blue) = 162+2+130=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20282 is #5DFD7D. Grayscale: #404040. Windows color (decimal): -6159742 or 8520354. OLE color: 8520354.

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

Color convert

RGB 162 2 130 -
CMYK 0 0.99 0.20 0.36
HSL 312º 0.98% 0.32% -
HSV(B) 312º 0.99% 0.64% -
XYZ 18.95 9.34 21.92 -
YUV 64.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 162 2 130 0 0.99 0.20 0.36 312 0.98 0.32
Hex A2 2 82 0 63 14 24 138 62 20
Octal 242 2 202 0 143 24 44 470 142 40
Binary 10100010 10 10000010 0 1100011 10100 100100 100111000 1100010 100000

Color Harmonies of #A20282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20282

Black with #A20282

Text Example


Text Example

White with #A20282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20282; }

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

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

background-color css

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

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

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

border-color css

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

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

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