Html Css Color HEX #A41194 Dark Magenta

📋 copy color: '#A41194'

red 164 ◦ green 17 ◦ blue 148

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

Shades of Dark Magenta #A41194

Tints of Dark Magenta #A41194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 49.85%
G = 5.17%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41194 (or 0xA41194) is known color: Dark Magenta. HEX triplet: A4, 11 and 94. RGB value is (164,17,148). Sum of RGB (Red+Green+Blue) = 164+17+148=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A41194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41194 is #5BEE6B. Grayscale: #4B4B4B. Windows color (decimal): -6024812 or 9703844. OLE color: 9703844.

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

Color convert

RGB 164 17 148 -
CMYK 0 0.90 0.10 0.36
HSL 306.53º 0.81% 0.35% -
HSV(B) 306.53º 0.9% 0.64% -
XYZ 20.86 10.43 28.93 -
YUV 75.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 164 17 148 0 0.90 0.10 0.36 306.53 0.81 0.35
Hex A4 11 94 0 5A A 24 133 51 23
Octal 244 21 224 0 132 12 44 463 121 43
Binary 10100100 10001 10010100 0 1011010 1010 100100 100110011 1010001 100011

Color Harmonies of #A41194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41194

Black with #A41194

Text Example


Text Example

White with #A41194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41194; }

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

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

background-color css

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

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

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

border-color css

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

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

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