#A00885

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

Shades of Dark Magenta #A00885

Tints of Dark Magenta #A00885

Color information

#A00885 (or 0xA00885) is unknown color: approx Dark Magenta. HEX triplet: A0, 08 and 85. RGB value is (160,8,133). Sum of RGB (Red+Green+Blue) = 160+8+133=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00885 is #5FF77A. Grayscale: #434343. Windows color (decimal): -6289275 or 8718496. OLE color: 8718496.

HSL color Cylindrical-coordinate representation of color #A00885: hue angle of 310.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00885 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB1608133-
CMYK00.950.170.37
HSL310.66º90.48%32.94%-
HSV(B)310.66º95%62.75%-
XYZ18.829.3423-
YUV67.7164.86193.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=53.16%
G=2.66%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160813300.950.170.37310.6690.4832.94
HexA088505F11251375a21
Octal240102050137214546713241
Binary1010000010001000010101011111100011001011001101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00885; }

 p { color: rgb(160,8,133); }

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

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

 a { background-color: rgb(160,8,133); }

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

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

 span { border-color: rgb(160,8,133); }

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