Html Css Color HEX #A41C9C Dark Magenta

📋 copy color: '#A41C9C'

red 164 ◦ green 28 ◦ blue 156

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

Shades of Dark Magenta #A41C9C

Tints of Dark Magenta #A41C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 47.13%
G = 8.05%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A41C9C (or 0xA41C9C) is known color: Dark Magenta. HEX triplet: A4, 1C and 9C. RGB value is (164,28,156). Sum of RGB (Red+Green+Blue) = 164+28+156=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C9C is #5BE363. Grayscale: #525252. Windows color (decimal): -6021988 or 10230948. OLE color: 10230948.

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

Color convert

RGB 164 28 156 -
CMYK 0 0.83 0.05 0.36
HSL 303.53º 0.71% 0.38% -
HSV(B) 303.53º 0.83% 0.64% -
XYZ 21.73 11.12 32.45 -
YUV 83.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 164 28 156 0 0.83 0.05 0.36 303.53 0.71 0.38
Hex A4 1C 9C 0 53 5 24 130 47 26
Octal 244 34 234 0 123 5 44 460 107 46
Binary 10100100 11100 10011100 0 1010011 101 100100 100110000 1000111 100110

Color Harmonies of #A41C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C9C

Black with #A41C9C

Text Example


Text Example

White with #A41C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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