Html Css Color HEX #A2189B Dark Magenta

📋 copy color: '#A2189B'

red 162 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #A2189B

Tints of Dark Magenta #A2189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 47.51%
G = 7.04%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2189B (or 0xA2189B) is known color: Dark Magenta. HEX triplet: A2, 18 and 9B. RGB value is (162,24,155). Sum of RGB (Red+Green+Blue) = 162+24+155=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2189B is #5DE764. Grayscale: #4F4F4F. Windows color (decimal): -6154085 or 10164386. OLE color: 10164386.

HSL color Cylindrical-coordinate representation of color #A2189B: hue angle of 303.04º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2189B is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 155 -
CMYK 0 0.85 0.04 0.36
HSL 303.04º 0.74% 0.36% -
HSV(B) 303.04º 0.85% 0.64% -
XYZ 21.14 10.7 31.96 -
YUV 80.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 162 24 155 0 0.85 0.04 0.36 303.04 0.74 0.36
Hex A2 18 9B 0 55 4 24 12F 4A 24
Octal 242 30 233 0 125 4 44 457 112 44
Binary 10100010 11000 10011011 0 1010101 100 100100 100101111 1001010 100100

Color Harmonies of #A2189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2189B

Black with #A2189B

Text Example


Text Example

White with #A2189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2189B; }

 p { color: rgb(162,24,155); }

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

background-color css

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

 a { background-color: rgb(162,24,155); }

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

border-color css

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

 span { border-color: rgb(162,24,155); }

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