Html Css Color HEX #A41790 Dark Magenta

📋 copy color: '#A41790'

red 164 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #A41790

Tints of Dark Magenta #A41790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 49.55%
G = 6.95%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41790 (or 0xA41790) is known color: Dark Magenta. HEX triplet: A4, 17 and 90. RGB value is (164,23,144). Sum of RGB (Red+Green+Blue) = 164+23+144=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A41790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41790 is #5BE86F. Grayscale: #4E4E4E. Windows color (decimal): -6023280 or 9443236. OLE color: 9443236.

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

Color convert

RGB 164 23 144 -
CMYK 0 0.86 0.12 0.36
HSL 308.51º 0.75% 0.37% -
HSV(B) 308.51º 0.86% 0.64% -
XYZ 20.65 10.52 27.33 -
YUV 78.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 164 23 144 0 0.86 0.12 0.36 308.51 0.75 0.37
Hex A4 17 90 0 56 C 24 135 4B 25
Octal 244 27 220 0 126 14 44 465 113 45
Binary 10100100 10111 10010000 0 1010110 1100 100100 100110101 1001011 100101

Color Harmonies of #A41790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41790

Black with #A41790

Text Example


Text Example

White with #A41790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41790; }

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

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

background-color css

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

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

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

border-color css

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

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

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