Html Css Color HEX #A41291 Dark Magenta

📋 copy color: '#A41291'

red 164 ◦ green 18 ◦ blue 145

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

Shades of Dark Magenta #A41291

Tints of Dark Magenta #A41291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 50.15%
G = 5.5%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41291 (or 0xA41291) is known color: Dark Magenta. HEX triplet: A4, 12 and 91. RGB value is (164,18,145). Sum of RGB (Red+Green+Blue) = 164+18+145=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A41291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41291 is #5BED6E. Grayscale: #4B4B4B. Windows color (decimal): -6024559 or 9507492. OLE color: 9507492.

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

Color convert

RGB 164 18 145 -
CMYK 0 0.89 0.12 0.36
HSL 307.81º 0.8% 0.36% -
HSV(B) 307.81º 0.89% 0.64% -
XYZ 20.64 10.37 27.7 -
YUV 76.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 164 18 145 0 0.89 0.12 0.36 307.81 0.8 0.36
Hex A4 12 91 0 59 C 24 134 50 24
Octal 244 22 221 0 131 14 44 464 120 44
Binary 10100100 10010 10010001 0 1011001 1100 100100 100110100 1010000 100100

Color Harmonies of #A41291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41291

Black with #A41291

Text Example


Text Example

White with #A41291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41291; }

 p { color: rgb(164,18,145); }

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

background-color css

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

 a { background-color: rgb(164,18,145); }

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

border-color css

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

 span { border-color: rgb(164,18,145); }

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