#A4138B

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

Shades of Dark Magenta #A4138B

Tints of Dark Magenta #A4138B

Color information

#A4138B (or 0xA4138B) is unknown color: approx Dark Magenta. HEX triplet: A4, 13 and 8B. RGB value is (164,19,139). Sum of RGB (Red+Green+Blue) = 164+19+139=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4138B is #5BEC74. Grayscale: #4B4B4B. Windows color (decimal): -6024309 or 9114532. OLE color: 9114532.

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

Color convert

RGB16419139-
CMYK00.880.150.36
HSL310.34º79.23%35.88%-
HSV(B)310.34º88.41%64.31%-
XYZ20.210.2225.33-
YUV76.04163.54190.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 19 (7.81% from 255) = 5.90%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=50.93%
G=5.90%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641913900.880.150.36310.3479.2335.88
HexA4138B058F241364f24
Octal244232130130174446611744
Binary1010010010011100010110101100011111001001001101101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4138B; }

 p { color: rgb(164,19,139); }

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

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

 a { background-color: rgb(164,19,139); }

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

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

 span { border-color: rgb(164,19,139); }

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