#A41AA6

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

Shades of Dark Magenta #A41AA6

Tints of Dark Magenta #A41AA6

Color information

#A41AA6 (or 0xA41AA6) is unknown color: approx Dark Magenta. HEX triplet: A4, 1A and A6. RGB value is (164,26,166). Sum of RGB (Red+Green+Blue) = 164+26+166=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #A41AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AA6 is #5BE559. Grayscale: #525252. Windows color (decimal): -6022490 or 10885796. OLE color: 10885796.

HSL color Cylindrical-coordinate representation of color #A41AA6: hue angle of 299.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41AA6 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16426166-
CMYK0.010.8400.35
HSL299.14º72.92%37.65%-
HSV(B)299.14º84.34%65.1%-
XYZ22.5611.3837.08-
YUV83.22174.72185.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 166 (65.23% from 255) = 46.63%
R=46.07%
G=7.30%
B=46.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164261660.010.8400.35299.1472.9237.65
HexA41AA615402312b4926
Octal24432246112404345311146
Binary1010010011010101001101101010001000111001010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41AA6; }

 p { color: rgb(164,26,166); }

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

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

 a { background-color: rgb(164,26,166); }

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

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

 span { border-color: rgb(164,26,166); }

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