Html Css Color HEX #A41597 Dark Magenta

📋 copy color: '#A41597'

red 164 ◦ green 21 ◦ blue 151

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

Shades of Dark Magenta #A41597

Tints of Dark Magenta #A41597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 48.81%
G = 6.25%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A41597 (or 0xA41597) is known color: Dark Magenta. HEX triplet: A4, 15 and 97. RGB value is (164,21,151). Sum of RGB (Red+Green+Blue) = 164+21+151=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A41597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41597 is #5BEA68. Grayscale: #4E4E4E. Windows color (decimal): -6023785 or 9901476. OLE color: 9901476.

HSL color Cylindrical-coordinate representation of color #A41597: hue angle of 305.45º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41597 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 151 -
CMYK 0 0.87 0.08 0.36
HSL 305.45º 0.77% 0.36% -
HSV(B) 305.45º 0.87% 0.64% -
XYZ 21.16 10.66 30.22 -
YUV 78.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 164 21 151 0 0.87 0.08 0.36 305.45 0.77 0.36
Hex A4 15 97 0 57 8 24 131 4D 24
Octal 244 25 227 0 127 10 44 461 115 44
Binary 10100100 10101 10010111 0 1010111 1000 100100 100110001 1001101 100100

Color Harmonies of #A41597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41597

Black with #A41597

Text Example


Text Example

White with #A41597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41597; }

 p { color: rgb(164,21,151); }

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

background-color css

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

 a { background-color: rgb(164,21,151); }

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

border-color css

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

 span { border-color: rgb(164,21,151); }

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