#A4068D

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

Shades of Dark Magenta #A4068D

Tints of Dark Magenta #A4068D

Color information

#A4068D (or 0xA4068D) is unknown color: approx Dark Magenta. HEX triplet: A4, 06 and 8D. RGB value is (164,6,141). Sum of RGB (Red+Green+Blue) = 164+6+141=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4068D is #5BF972. Grayscale: #444444. Windows color (decimal): -6027635 or 9242276. OLE color: 9242276.

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

Color convert

RGB1646141-
CMYK00.960.140.36
HSL308.73º92.94%33.33%-
HSV(B)308.73º96.34%64.31%-
XYZ20.189.9526.06-
YUV68.63168.85196.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=52.73%
G=1.93%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164614100.960.140.36308.7392.9433.33
HexA468D060E241355d21
Octal24462150140164446513541
Binary10100100110100011010110000011101001001001101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4068D; }

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

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

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

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

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

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

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

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