#A41CA2

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

Shades of Dark Magenta #A41CA2

Tints of Dark Magenta #A41CA2

Color information

#A41CA2 (or 0xA41CA2) is unknown color: approx Dark Magenta. HEX triplet: A4, 1C and A2. RGB value is (164,28,162). Sum of RGB (Red+Green+Blue) = 164+28+162=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A41CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CA2 is #5BE35D. Grayscale: #535353. Windows color (decimal): -6021982 or 10624164. OLE color: 10624164.

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

Color convert

RGB16428162-
CMYK00.830.010.36
HSL300.88º70.83%37.65%-
HSV(B)300.88º82.93%64.31%-
XYZ22.2511.3335.2-
YUV83.94172.06185.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 28 (11.33% from 255) = 7.91%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=46.33%
G=7.91%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642816200.830.010.36300.8870.8337.65
HexA41CA205312412d4726
Octal24434242012314445510746
Binary1010010011100101000100101001111001001001011011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41CA2; }

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

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

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

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

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

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

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

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