Html Css Color HEX #A20789 Dark Magenta

📋 copy color: '#A20789'

red 162 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #A20789

Tints of Dark Magenta #A20789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 52.94%
G = 2.29%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A20789 (or 0xA20789) is known color: Dark Magenta. HEX triplet: A2, 07 and 89. RGB value is (162,7,137). Sum of RGB (Red+Green+Blue) = 162+7+137=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A20789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20789 is #5DF876. Grayscale: #434343. Windows color (decimal): -6158455 or 8980386. OLE color: 8980386.

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

Color convert

RGB 162 7 137 -
CMYK 0 0.96 0.15 0.36
HSL 309.68º 0.92% 0.33% -
HSV(B) 309.68º 0.96% 0.64% -
XYZ 19.49 9.64 24.5 -
YUV 68.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 162 7 137 0 0.96 0.15 0.36 309.68 0.92 0.33
Hex A2 7 89 0 60 F 24 136 5C 21
Octal 242 7 211 0 140 17 44 466 134 41
Binary 10100010 111 10001001 0 1100000 1111 100100 100110110 1011100 100001

Color Harmonies of #A20789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20789

Black with #A20789

Text Example


Text Example

White with #A20789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20789; }

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

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

background-color css

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

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

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

border-color css

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

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

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