#A7068D

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

Shades of Dark Magenta #A7068D

Tints of Dark Magenta #A7068D

Color information

#A7068D (or 0xA7068D) is unknown color: approx Dark Magenta. HEX triplet: A7, 06 and 8D. RGB value is (167,6,141). Sum of RGB (Red+Green+Blue) = 167+6+141=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7068D is #58F972. Grayscale: #454545. Windows color (decimal): -5831027 or 9242279. OLE color: 9242279.

HSL color Cylindrical-coordinate representation of color #A7068D: hue angle of 309.69º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7068D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB1676141-
CMYK00.960.160.35
HSL309.69º93.06%33.92%-
HSV(B)309.69º96.41%65.49%-
XYZ20.8110.2726.08-
YUV69.53168.34197.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=53.18%
G=1.91%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167614100.960.160.35309.6993.0633.92
HexA768D06010231365d22
Octal24762150140204346613542
Binary101001111101000110101100000100001000111001101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7068D; }

 p { color: rgb(167,6,141); }

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

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

 a { background-color: rgb(167,6,141); }

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

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

 span { border-color: rgb(167,6,141); }

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