#A4138A

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

Shades of Dark Magenta #A4138A

Tints of Dark Magenta #A4138A

Color information

#A4138A (or 0xA4138A) is unknown color: approx Dark Magenta. HEX triplet: A4, 13 and 8A. RGB value is (164,19,138). Sum of RGB (Red+Green+Blue) = 164+19+138=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4138A is #5BEC75. Grayscale: #4B4B4B. Windows color (decimal): -6024310 or 9048996. OLE color: 9048996.

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

Color convert

RGB16419138-
CMYK00.880.160.36
HSL310.76º79.23%35.88%-
HSV(B)310.76º88.41%64.31%-
XYZ20.1310.1924.95-
YUV75.92163.04190.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=51.09%
G=5.92%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641913800.880.160.36310.7679.2335.88
HexA4138A05810241374f24
Octal244232120130204446711744
Binary10100100100111000101001011000100001001001001101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4138A; }

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

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

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

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

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

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

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

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