#A41C9B

Color #A41C9B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A41C9B

Tints of Dark Magenta #A41C9B

Color information

#A41C9B (or 0xA41C9B) is unknown color: approx Dark Magenta. HEX triplet: A4, 1C and 9B. RGB value is (164,28,155). Sum of RGB (Red+Green+Blue) = 164+28+155=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C9B is #5BE364. Grayscale: #525252. Windows color (decimal): -6021989 or 10165412. OLE color: 10165412.

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

Color convert

RGB16428155-
CMYK00.830.050.36
HSL303.97º70.83%37.65%-
HSV(B)303.97º82.93%64.31%-
XYZ21.6411.0932.01-
YUV83.14168.56185.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=47.26%
G=8.07%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642815500.830.050.36303.9770.8337.65
HexA41C9B0535241304726
Octal24434233012354446010746
Binary101001001110010011011010100111011001001001100001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C9B; }

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

 H1.HeaderClassName
 {
   color: #A41C9B;
 }
 .AnyTagClassName
 {
   color: #A41C9B;
 }
</style>
background-color css

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

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

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

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

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

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