Html Css Color HEX #A41289 Dark Magenta

📋 copy color: '#A41289'

red 164 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #A41289

Tints of Dark Magenta #A41289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 51.41%
G = 5.64%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A41289 (or 0xA41289) is known color: Dark Magenta. HEX triplet: A4, 12 and 89. RGB value is (164,18,137). Sum of RGB (Red+Green+Blue) = 164+18+137=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A41289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41289 is #5BED76. Grayscale: #4A4A4A. Windows color (decimal): -6024567 or 8983204. OLE color: 8983204.

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

Color convert

RGB 164 18 137 -
CMYK 0 0.89 0.16 0.36
HSL 311.1º 0.8% 0.36% -
HSV(B) 311.1º 0.89% 0.64% -
XYZ 20.04 10.13 24.57 -
YUV 75.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 164 18 137 0 0.89 0.16 0.36 311.1 0.8 0.36
Hex A4 12 89 0 59 10 24 137 50 24
Octal 244 22 211 0 131 20 44 467 120 44
Binary 10100100 10010 10001001 0 1011001 10000 100100 100110111 1010000 100100

Color Harmonies of #A41289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41289

Black with #A41289

Text Example


Text Example

White with #A41289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41289; }

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

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

background-color css

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

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

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

border-color css

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

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

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