Html Css Color HEX #A4119D Dark Magenta

📋 copy color: '#A4119D'

red 164 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #A4119D

Tints of Dark Magenta #A4119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 48.52%
G = 5.03%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4119D (or 0xA4119D) is known color: Dark Magenta. HEX triplet: A4, 11 and 9D. RGB value is (164,17,157). Sum of RGB (Red+Green+Blue) = 164+17+157=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119D is #5BEE62. Grayscale: #4C4C4C. Windows color (decimal): -6024803 or 10293668. OLE color: 10293668.

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

Color convert

RGB 164 17 157 -
CMYK 0 0.90 0.04 0.36
HSL 302.86º 0.81% 0.35% -
HSV(B) 302.86º 0.9% 0.64% -
XYZ 21.6 10.73 32.83 -
YUV 76.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 164 17 157 0 0.90 0.04 0.36 302.86 0.81 0.35
Hex A4 11 9D 0 5A 4 24 12F 51 23
Octal 244 21 235 0 132 4 44 457 121 43
Binary 10100100 10001 10011101 0 1011010 100 100100 100101111 1010001 100011

Color Harmonies of #A4119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4119D

Black with #A4119D

Text Example


Text Example

White with #A4119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4119D; }

 p { color: rgb(164,17,157); }

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

background-color css

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

 a { background-color: rgb(164,17,157); }

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

border-color css

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

 span { border-color: rgb(164,17,157); }

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