Html Css Color HEX #A20689 Dark Magenta

📋 copy color: '#A20689'

red 162 ◦ green 6 ◦ blue 137

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

Shades of Dark Magenta #A20689

Tints of Dark Magenta #A20689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 53.11%
G = 1.97%
B = 44.92%

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

#A20689 (or 0xA20689) is known color: Dark Magenta. HEX triplet: A2, 06 and 89. RGB value is (162,6,137). Sum of RGB (Red+Green+Blue) = 162+6+137=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A20689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20689 is #5DF976. Grayscale: #434343. Windows color (decimal): -6158711 or 8980130. OLE color: 8980130.

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

Color convert

RGB 162 6 137 -
CMYK 0 0.96 0.15 0.36
HSL 309.62º 0.93% 0.33% -
HSV(B) 309.62º 0.96% 0.64% -
XYZ 19.48 9.62 24.5 -
YUV 67.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 162 6 137 0 0.96 0.15 0.36 309.62 0.93 0.33
Hex A2 6 89 0 60 F 24 136 5D 21
Octal 242 6 211 0 140 17 44 466 135 41
Binary 10100010 110 10001001 0 1100000 1111 100100 100110110 1011101 100001

Color Harmonies of #A20689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20689

Black with #A20689

Text Example


Text Example

White with #A20689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20689; }

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

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

background-color css

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

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

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

border-color css

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

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

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