#A01697

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

Shades of Dark Magenta #A01697

Tints of Dark Magenta #A01697

Color information

#A01697 (or 0xA01697) is unknown color: approx Dark Magenta. HEX triplet: A0, 16 and 97. RGB value is (160,22,151). Sum of RGB (Red+Green+Blue) = 160+22+151=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A01697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01697 is #5FE968. Grayscale: #4D4D4D. Windows color (decimal): -6285673 or 9901728. OLE color: 9901728.

HSL color Cylindrical-coordinate representation of color #A01697: hue angle of 303.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01697 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16022151-
CMYK00.860.060.37
HSL303.91º75.82%35.69%-
HSV(B)303.91º86.25%62.75%-
XYZ20.3710.2830.19-
YUV77.97169.22186.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 22 (8.98% from 255) = 6.61%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=48.05%
G=6.61%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602215100.860.060.37303.9175.8235.69
HexA016970566251304c24
Octal24026227012664546011444
Binary101000001011010010111010101101101001011001100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01697; }

 p { color: rgb(160,22,151); }

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

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

 a { background-color: rgb(160,22,151); }

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

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

 span { border-color: rgb(160,22,151); }

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