Html Css Color HEX #A4119B Dark Magenta

📋 copy color: '#A4119B'

red 164 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #A4119B

Tints of Dark Magenta #A4119B

RGB

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

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

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

R = 48.81%
G = 5.06%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4119B (or 0xA4119B) is known color: Dark Magenta. HEX triplet: A4, 11 and 9B. RGB value is (164,17,155). Sum of RGB (Red+Green+Blue) = 164+17+155=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119B is #5BEE64. Grayscale: #4C4C4C. Windows color (decimal): -6024805 or 10162596. OLE color: 10162596.

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

Color convert

RGB 164 17 155 -
CMYK 0 0.90 0.05 0.36
HSL 303.67º 0.81% 0.35% -
HSV(B) 303.67º 0.9% 0.64% -
XYZ 21.43 10.66 31.94 -
YUV 76.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 164 17 155 0 0.90 0.05 0.36 303.67 0.81 0.35
Hex A4 11 9B 0 5A 5 24 130 51 23
Octal 244 21 233 0 132 5 44 460 121 43
Binary 10100100 10001 10011011 0 1011010 101 100100 100110000 1010001 100011

Color Harmonies of #A4119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4119B

Black with #A4119B

Text Example


Text Example

White with #A4119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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