#A4169B

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

Shades of Dark Magenta #A4169B

Tints of Dark Magenta #A4169B

Color information

#A4169B (or 0xA4169B) is unknown color: approx Dark Magenta. HEX triplet: A4, 16 and 9B. RGB value is (164,22,155). Sum of RGB (Red+Green+Blue) = 164+22+155=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4169B is #5BE964. Grayscale: #4F4F4F. Windows color (decimal): -6023525 or 10163876. OLE color: 10163876.

HSL color Cylindrical-coordinate representation of color #A4169B: hue angle of 303.8º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4169B is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16422155-
CMYK00.870.050.36
HSL303.8º76.34%36.47%-
HSV(B)303.8º86.59%64.31%-
XYZ21.5110.8331.97-
YUV79.62170.54188.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=48.09%
G=6.45%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642215500.870.050.36303.876.3436.47
HexA4169B0575241304c24
Octal24426233012754446011444
Binary101001001011010011011010101111011001001001100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4169B; }

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

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

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

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

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

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

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

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