Html Css Color HEX #A41397 Dark Magenta

📋 copy color: '#A41397'

red 164 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #A41397

Tints of Dark Magenta #A41397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 49.1%
G = 5.69%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A41397 (or 0xA41397) is known color: Dark Magenta. HEX triplet: A4, 13 and 97. RGB value is (164,19,151). Sum of RGB (Red+Green+Blue) = 164+19+151=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41397 is #5BEC68. Grayscale: #4D4D4D. Windows color (decimal): -6024297 or 9900964. OLE color: 9900964.

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

Color convert

RGB 164 19 151 -
CMYK 0 0.88 0.08 0.36
HSL 305.38º 0.79% 0.36% -
HSV(B) 305.38º 0.88% 0.64% -
XYZ 21.13 10.59 30.21 -
YUV 77.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 164 19 151 0 0.88 0.08 0.36 305.38 0.79 0.36
Hex A4 13 97 0 58 8 24 131 4F 24
Octal 244 23 227 0 130 10 44 461 117 44
Binary 10100100 10011 10010111 0 1011000 1000 100100 100110001 1001111 100100

Color Harmonies of #A41397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41397

Black with #A41397

Text Example


Text Example

White with #A41397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41397; }

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

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

background-color css

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

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

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

border-color css

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

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

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