#A0069B

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

Shades of Dark Magenta #A0069B

Tints of Dark Magenta #A0069B

Color information

#A0069B (or 0xA0069B) is unknown color: approx Dark Magenta. HEX triplet: A0, 06 and 9B. RGB value is (160,6,155). Sum of RGB (Red+Green+Blue) = 160+6+155=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0069B is #5FF964. Grayscale: #444444. Windows color (decimal): -6289765 or 10159776. OLE color: 10159776.

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

Color convert

RGB1606155-
CMYK00.960.030.37
HSL301.95º92.77%32.55%-
HSV(B)301.95º96.25%62.75%-
XYZ20.489.9731.86-
YUV69.03176.52192.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 6 (2.73% from 255) = 1.87%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=49.84%
G=1.87%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160615500.960.030.37301.9592.7732.55
HexA069B06032512e5d21
Octal2406233014034545613541
Binary101000001101001101101100000111001011001011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0069B; }

 p { color: rgb(160,6,155); }

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

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

 a { background-color: rgb(160,6,155); }

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

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

 span { border-color: rgb(160,6,155); }

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