#A00F9D

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

Shades of Dark Magenta #A00F9D

Tints of Dark Magenta #A00F9D

Color information

#A00F9D (or 0xA00F9D) is unknown color: approx Dark Magenta. HEX triplet: A0, 0F and 9D. RGB value is (160,15,157). Sum of RGB (Red+Green+Blue) = 160+15+157=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F9D is #5FF062. Grayscale: #4A4A4A. Windows color (decimal): -6287459 or 10293152. OLE color: 10293152.

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

Color convert

RGB16015157-
CMYK00.910.020.37
HSL301.24º82.86%34.31%-
HSV(B)301.24º90.62%62.75%-
XYZ20.7510.2532.78-
YUV74.54174.54188.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=48.19%
G=4.52%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601515700.910.020.37301.2482.8634.31
HexA0F9D05B22512d5322
Octal24017235013324545512342
Binary1010000011111001110101011011101001011001011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F9D; }

 p { color: rgb(160,15,157); }

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

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

 a { background-color: rgb(160,15,157); }

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

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

 span { border-color: rgb(160,15,157); }

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