Html Css Color HEX #A41C9D Dark Magenta

📋 copy color: '#A41C9D'

red 164 ◦ green 28 ◦ blue 157

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

Shades of Dark Magenta #A41C9D

Tints of Dark Magenta #A41C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 46.99%
G = 8.02%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A41C9D (or 0xA41C9D) is known color: Dark Magenta. HEX triplet: A4, 1C and 9D. RGB value is (164,28,157). Sum of RGB (Red+Green+Blue) = 164+28+157=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C9D is #5BE362. Grayscale: #525252. Windows color (decimal): -6021987 or 10296484. OLE color: 10296484.

HSL color Cylindrical-coordinate representation of color #A41C9D: hue angle of 303.09º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C9D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 157 -
CMYK 0 0.83 0.04 0.36
HSL 303.09º 0.71% 0.38% -
HSV(B) 303.09º 0.83% 0.64% -
XYZ 21.81 11.16 32.9 -
YUV 83.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 164 28 157 0 0.83 0.04 0.36 303.09 0.71 0.38
Hex A4 1C 9D 0 53 4 24 12F 47 26
Octal 244 34 235 0 123 4 44 457 107 46
Binary 10100100 11100 10011101 0 1010011 100 100100 100101111 1000111 100110

Color Harmonies of #A41C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C9D

Black with #A41C9D

Text Example


Text Example

White with #A41C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C9D; }

 p { color: rgb(164,28,157); }

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

background-color css

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

 a { background-color: rgb(164,28,157); }

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

border-color css

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

 span { border-color: rgb(164,28,157); }

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