#A00C90

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

Shades of Dark Magenta #A00C90

Tints of Dark Magenta #A00C90

Color information

#A00C90 (or 0xA00C90) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and 90. RGB value is (160,12,144). Sum of RGB (Red+Green+Blue) = 160+12+144=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C90 is #5FF36F. Grayscale: #464646. Windows color (decimal): -6288240 or 9440416. OLE color: 9440416.

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

Color convert

RGB16012144-
CMYK00.930.10.37
HSL306.49º86.05%33.73%-
HSV(B)306.49º92.5%62.75%-
XYZ19.669.7527.23-
YUV71.3169.03191.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=50.63%
G=3.80%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601214400.930.10.37306.4986.0533.73
HexA0C9005DA251325622
Octal240142200135124546212642
Binary101000001100100100000101110110101001011001100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C90; }

 p { color: rgb(160,12,144); }

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

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

 a { background-color: rgb(160,12,144); }

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

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

 span { border-color: rgb(160,12,144); }

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