Html Css Color HEX #A20889 Dark Magenta

📋 copy color: '#A20889'

red 162 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #A20889

Tints of Dark Magenta #A20889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 52.77%
G = 2.61%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A20889 (or 0xA20889) is known color: Dark Magenta. HEX triplet: A2, 08 and 89. RGB value is (162,8,137). Sum of RGB (Red+Green+Blue) = 162+8+137=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A20889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20889 is #5DF776. Grayscale: #444444. Windows color (decimal): -6158199 or 8980642. OLE color: 8980642.

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

Color convert

RGB 162 8 137 -
CMYK 0 0.95 0.15 0.36
HSL 309.74º 0.91% 0.33% -
HSV(B) 309.74º 0.95% 0.64% -
XYZ 19.5 9.66 24.5 -
YUV 68.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 162 8 137 0 0.95 0.15 0.36 309.74 0.91 0.33
Hex A2 8 89 0 5F F 24 136 5B 21
Octal 242 10 211 0 137 17 44 466 133 41
Binary 10100010 1000 10001001 0 1011111 1111 100100 100110110 1011011 100001

Color Harmonies of #A20889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20889

Black with #A20889

Text Example


Text Example

White with #A20889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20889; }

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

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

background-color css

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

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

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

border-color css

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

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

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