Html Css Color HEX #A4189A Dark Magenta

📋 copy color: '#A4189A'

red 164 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A4189A

Tints of Dark Magenta #A4189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 47.95%
G = 7.02%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4189A (or 0xA4189A) is known color: Dark Magenta. HEX triplet: A4, 18 and 9A. RGB value is (164,24,154). Sum of RGB (Red+Green+Blue) = 164+24+154=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4189A is #5BE765. Grayscale: #505050. Windows color (decimal): -6023014 or 10098852. OLE color: 10098852.

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

Color convert

RGB 164 24 154 -
CMYK 0 0.85 0.06 0.36
HSL 304.29º 0.74% 0.37% -
HSV(B) 304.29º 0.85% 0.64% -
XYZ 21.47 10.88 31.54 -
YUV 80.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 164 24 154 0 0.85 0.06 0.36 304.29 0.74 0.37
Hex A4 18 9A 0 55 6 24 130 4A 25
Octal 244 30 232 0 125 6 44 460 112 45
Binary 10100100 11000 10011010 0 1010101 110 100100 100110000 1001010 100101

Color Harmonies of #A4189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4189A

Black with #A4189A

Text Example


Text Example

White with #A4189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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