#A00197

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

Shades of Dark Magenta #A00197

Tints of Dark Magenta #A00197

Color information

#A00197 (or 0xA00197) is unknown color: approx Dark Magenta. HEX triplet: A0, 01 and 97. RGB value is (160,1,151). Sum of RGB (Red+Green+Blue) = 160+1+151=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00197 is #5FFE68. Grayscale: #414141. Windows color (decimal): -6291049 or 9896352. OLE color: 9896352.

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

Color convert

RGB1601151-
CMYK00.990.060.37
HSL303.4º98.76%31.57%-
HSV(B)303.4º99.37%62.75%-
XYZ20.099.7330.1-
YUV65.64176.18195.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=51.28%
G=0.32%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160115100.990.060.37303.498.7631.57
HexA019706362512f6320
Octal2401227014364545714340
Binary10100000110010111011000111101001011001011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00197; }

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

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

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

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

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

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

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

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