Html Css Color HEX #A20797 Dark Magenta

📋 copy color: '#A20797'

red 162 ◦ green 7 ◦ blue 151

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

Shades of Dark Magenta #A20797

Tints of Dark Magenta #A20797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 50.63%
G = 2.19%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A20797 (or 0xA20797) is known color: Dark Magenta. HEX triplet: A2, 07 and 97. RGB value is (162,7,151). Sum of RGB (Red+Green+Blue) = 162+7+151=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20797 is #5DF868. Grayscale: #454545. Windows color (decimal): -6158441 or 9897890. OLE color: 9897890.

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

Color convert

RGB 162 7 151 -
CMYK 0 0.96 0.07 0.36
HSL 304.26º 0.92% 0.33% -
HSV(B) 304.26º 0.96% 0.64% -
XYZ 20.56 10.07 30.14 -
YUV 69.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 162 7 151 0 0.96 0.07 0.36 304.26 0.92 0.33
Hex A2 7 97 0 60 7 24 130 5C 21
Octal 242 7 227 0 140 7 44 460 134 41
Binary 10100010 111 10010111 0 1100000 111 100100 100110000 1011100 100001

Color Harmonies of #A20797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20797

Black with #A20797

Text Example


Text Example

White with #A20797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20797; }

 p { color: rgb(162,7,151); }

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

background-color css

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

 a { background-color: rgb(162,7,151); }

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

border-color css

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

 span { border-color: rgb(162,7,151); }

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