#A4078F

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

Shades of Dark Magenta #A4078F

Tints of Dark Magenta #A4078F

Color information

#A4078F (or 0xA4078F) is unknown color: approx Dark Magenta. HEX triplet: A4, 07 and 8F. RGB value is (164,7,143). Sum of RGB (Red+Green+Blue) = 164+7+143=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4078F is #5BF870. Grayscale: #454545. Windows color (decimal): -6027377 or 9373604. OLE color: 9373604.

HSL color Cylindrical-coordinate representation of color #A4078F: hue angle of 308.03º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4078F is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB1647143-
CMYK00.960.130.36
HSL308.03º91.81%33.53%-
HSV(B)308.03º95.73%64.31%-
XYZ20.3410.0326.85-
YUV69.45169.51195.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 7 (3.12% from 255) = 2.23%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=52.23%
G=2.23%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164714300.960.130.36308.0391.8133.53
HexA478F060D241345c22
Octal24472170140154446413442
Binary10100100111100011110110000011011001001001101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4078F; }

 p { color: rgb(164,7,143); }

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

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

 a { background-color: rgb(164,7,143); }

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

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

 span { border-color: rgb(164,7,143); }

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