Html Css Color HEX #A4189F Dark Magenta

📋 copy color: '#A4189F'

red 164 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #A4189F

Tints of Dark Magenta #A4189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 47.26%
G = 6.92%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4189F (or 0xA4189F) is known color: Dark Magenta. HEX triplet: A4, 18 and 9F. RGB value is (164,24,159). Sum of RGB (Red+Green+Blue) = 164+24+159=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A4189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4189F is #5BE760. Grayscale: #505050. Windows color (decimal): -6023009 or 10426532. OLE color: 10426532.

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

Color convert

RGB 164 24 159 -
CMYK 0 0.85 0.03 0.36
HSL 302.14º 0.74% 0.37% -
HSV(B) 302.14º 0.85% 0.64% -
XYZ 21.89 11.05 33.78 -
YUV 81.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 164 24 159 0 0.85 0.03 0.36 302.14 0.74 0.37
Hex A4 18 9F 0 55 3 24 12E 4A 25
Octal 244 30 237 0 125 3 44 456 112 45
Binary 10100100 11000 10011111 0 1010101 11 100100 100101110 1001010 100101

Color Harmonies of #A4189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4189F

Black with #A4189F

Text Example


Text Example

White with #A4189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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