Html Css Color HEX #A41190 Dark Magenta

📋 copy color: '#A41190'

red 164 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #A41190

Tints of Dark Magenta #A41190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 50.46%
G = 5.23%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41190 (or 0xA41190) is known color: Dark Magenta. HEX triplet: A4, 11 and 90. RGB value is (164,17,144). Sum of RGB (Red+Green+Blue) = 164+17+144=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41190 is #5BEE6F. Grayscale: #4B4B4B. Windows color (decimal): -6024816 or 9441700. OLE color: 9441700.

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

Color convert

RGB 164 17 144 -
CMYK 0 0.90 0.12 0.36
HSL 308.16º 0.81% 0.35% -
HSV(B) 308.16º 0.9% 0.64% -
XYZ 20.54 10.31 27.29 -
YUV 75.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 164 17 144 0 0.90 0.12 0.36 308.16 0.81 0.35
Hex A4 11 90 0 5A C 24 134 51 23
Octal 244 21 220 0 132 14 44 464 121 43
Binary 10100100 10001 10010000 0 1011010 1100 100100 100110100 1010001 100011

Color Harmonies of #A41190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41190

Black with #A41190

Text Example


Text Example

White with #A41190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41190; }

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

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

background-color css

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

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

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

border-color css

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

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

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