Html Css Color HEX #A41796 Dark Magenta

📋 copy color: '#A41796'

red 164 ◦ green 23 ◦ blue 150

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

Shades of Dark Magenta #A41796

Tints of Dark Magenta #A41796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 48.66%
G = 6.82%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41796 (or 0xA41796) is known color: Dark Magenta. HEX triplet: A4, 17 and 96. RGB value is (164,23,150). Sum of RGB (Red+Green+Blue) = 164+23+150=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A41796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41796 is #5BE869. Grayscale: #4F4F4F. Windows color (decimal): -6023274 or 9836452. OLE color: 9836452.

HSL color Cylindrical-coordinate representation of color #A41796: hue angle of 305.96º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41796 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 150 -
CMYK 0 0.86 0.09 0.36
HSL 305.96º 0.75% 0.37% -
HSV(B) 305.96º 0.86% 0.64% -
XYZ 21.12 10.71 29.81 -
YUV 79.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 164 23 150 0 0.86 0.09 0.36 305.96 0.75 0.37
Hex A4 17 96 0 56 9 24 132 4B 25
Octal 244 27 226 0 126 11 44 462 113 45
Binary 10100100 10111 10010110 0 1010110 1001 100100 100110010 1001011 100101

Color Harmonies of #A41796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41796

Black with #A41796

Text Example


Text Example

White with #A41796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41796; }

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

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

background-color css

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

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

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

border-color css

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

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

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