Html Css Color HEX #A41196 Dark Magenta

📋 copy color: '#A41196'

red 164 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #A41196

Tints of Dark Magenta #A41196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 49.55%
G = 5.14%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41196 (or 0xA41196) is known color: Dark Magenta. HEX triplet: A4, 11 and 96. RGB value is (164,17,150). Sum of RGB (Red+Green+Blue) = 164+17+150=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A41196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41196 is #5BEE69. Grayscale: #4B4B4B. Windows color (decimal): -6024810 or 9834916. OLE color: 9834916.

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

Color convert

RGB 164 17 150 -
CMYK 0 0.90 0.09 0.36
HSL 305.71º 0.81% 0.35% -
HSV(B) 305.71º 0.9% 0.64% -
XYZ 21.02 10.5 29.77 -
YUV 76.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 164 17 150 0 0.90 0.09 0.36 305.71 0.81 0.35
Hex A4 11 96 0 5A 9 24 132 51 23
Octal 244 21 226 0 132 11 44 462 121 43
Binary 10100100 10001 10010110 0 1011010 1001 100100 100110010 1010001 100011

Color Harmonies of #A41196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41196

Black with #A41196

Text Example


Text Example

White with #A41196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41196; }

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

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

background-color css

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

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

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

border-color css

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

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

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