Html Css Color HEX #A41192 Dark Magenta

📋 copy color: '#A41192'

red 164 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #A41192

Tints of Dark Magenta #A41192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 50.15%
G = 5.2%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A41192 (or 0xA41192) is known color: Dark Magenta. HEX triplet: A4, 11 and 92. RGB value is (164,17,146). Sum of RGB (Red+Green+Blue) = 164+17+146=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A41192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41192 is #5BEE6D. Grayscale: #4B4B4B. Windows color (decimal): -6024814 or 9572772. OLE color: 9572772.

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

Color convert

RGB 164 17 146 -
CMYK 0 0.90 0.11 0.36
HSL 307.35º 0.81% 0.35% -
HSV(B) 307.35º 0.9% 0.64% -
XYZ 20.7 10.37 28.1 -
YUV 75.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 164 17 146 0 0.90 0.11 0.36 307.35 0.81 0.35
Hex A4 11 92 0 5A B 24 133 51 23
Octal 244 21 222 0 132 13 44 463 121 43
Binary 10100100 10001 10010010 0 1011010 1011 100100 100110011 1010001 100011

Color Harmonies of #A41192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41192

Black with #A41192

Text Example


Text Example

White with #A41192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41192; }

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

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

background-color css

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

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

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

border-color css

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

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

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