Html Css Color HEX #A41C94 Dark Magenta

📋 copy color: '#A41C94'

red 164 ◦ green 28 ◦ blue 148

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

Shades of Dark Magenta #A41C94

Tints of Dark Magenta #A41C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 48.24%
G = 8.24%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41C94 (or 0xA41C94) is known color: Dark Magenta. HEX triplet: A4, 1C and 94. RGB value is (164,28,148). Sum of RGB (Red+Green+Blue) = 164+28+148=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C94 is #5BE36B. Grayscale: #525252. Windows color (decimal): -6021996 or 9706660. OLE color: 9706660.

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

Color convert

RGB 164 28 148 -
CMYK 0 0.83 0.10 0.36
HSL 307.06º 0.71% 0.38% -
HSV(B) 307.06º 0.83% 0.64% -
XYZ 21.07 10.86 29 -
YUV 82.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 164 28 148 0 0.83 0.10 0.36 307.06 0.71 0.38
Hex A4 1C 94 0 53 A 24 133 47 26
Octal 244 34 224 0 123 12 44 463 107 46
Binary 10100100 11100 10010100 0 1010011 1010 100100 100110011 1000111 100110

Color Harmonies of #A41C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C94

Black with #A41C94

Text Example


Text Example

White with #A41C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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