#A00696

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

Shades of Dark Magenta #A00696

Tints of Dark Magenta #A00696

Color information

#A00696 (or 0xA00696) is unknown color: approx Dark Magenta. HEX triplet: A0, 06 and 96. RGB value is (160,6,150). Sum of RGB (Red+Green+Blue) = 160+6+150=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A00696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00696 is #5FF969. Grayscale: #444444. Windows color (decimal): -6289770 or 9832096. OLE color: 9832096.

HSL color Cylindrical-coordinate representation of color #A00696: hue angle of 303.9º 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 #A00696 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB1606150-
CMYK00.960.060.37
HSL303.9º92.77%32.55%-
HSV(B)303.9º96.25%62.75%-
XYZ20.079.8129.69-
YUV68.46174.02193.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=50.63%
G=1.90%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160615000.960.060.37303.992.7732.55
HexA06960606251305d21
Octal2406226014064546013541
Binary1010000011010010110011000001101001011001100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00696; }

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

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

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

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

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

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

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

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