Html Css Color HEX #A41C9A Dark Magenta

📋 copy color: '#A41C9A'

red 164 ◦ green 28 ◦ blue 154

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

Shades of Dark Magenta #A41C9A

Tints of Dark Magenta #A41C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 47.4%
G = 8.09%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A41C9A (or 0xA41C9A) is known color: Dark Magenta. HEX triplet: A4, 1C and 9A. RGB value is (164,28,154). Sum of RGB (Red+Green+Blue) = 164+28+154=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C9A is #5BE365. Grayscale: #525252. Windows color (decimal): -6021990 or 10099876. OLE color: 10099876.

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

Color convert

RGB 164 28 154 -
CMYK 0 0.83 0.06 0.36
HSL 304.41º 0.71% 0.38% -
HSV(B) 304.41º 0.83% 0.64% -
XYZ 21.56 11.06 31.57 -
YUV 83.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 164 28 154 0 0.83 0.06 0.36 304.41 0.71 0.38
Hex A4 1C 9A 0 53 6 24 130 47 26
Octal 244 34 232 0 123 6 44 460 107 46
Binary 10100100 11100 10011010 0 1010011 110 100100 100110000 1000111 100110

Color Harmonies of #A41C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C9A

Black with #A41C9A

Text Example


Text Example

White with #A41C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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