Html Css Color HEX #A4189B Dark Magenta

📋 copy color: '#A4189B'

red 164 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #A4189B

Tints of Dark Magenta #A4189B

RGB

 RED value IS 164 (64.45% from 255) = 47.81%

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

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

R = 47.81%
G = 7%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4189B (or 0xA4189B) is known color: Dark Magenta. HEX triplet: A4, 18 and 9B. RGB value is (164,24,155). Sum of RGB (Red+Green+Blue) = 164+24+155=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4189B is #5BE764. Grayscale: #505050. Windows color (decimal): -6023013 or 10164388. OLE color: 10164388.

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

Color convert

RGB 164 24 155 -
CMYK 0 0.85 0.05 0.36
HSL 303.86º 0.74% 0.37% -
HSV(B) 303.86º 0.85% 0.64% -
XYZ 21.55 10.91 31.98 -
YUV 80.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 164 24 155 0 0.85 0.05 0.36 303.86 0.74 0.37
Hex A4 18 9B 0 55 5 24 130 4A 25
Octal 244 30 233 0 125 5 44 460 112 45
Binary 10100100 11000 10011011 0 1010101 101 100100 100110000 1001010 100101

Color Harmonies of #A4189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4189B

Black with #A4189B

Text Example


Text Example

White with #A4189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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