#A1089A

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

Shades of Dark Magenta #A1089A

Tints of Dark Magenta #A1089A

Color information

#A1089A (or 0xA1089A) is unknown color: approx Dark Magenta. HEX triplet: A1, 08 and 9A. RGB value is (161,8,154). Sum of RGB (Red+Green+Blue) = 161+8+154=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1089A is #5EF765. Grayscale: #454545. Windows color (decimal): -6223718 or 10094753. OLE color: 10094753.

HSL color Cylindrical-coordinate representation of color #A1089A: hue angle of 302.75º degrees, saturation: 0.91, 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 #A1089A is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB1618154-
CMYK00.950.040.37
HSL302.75º90.53%33.14%-
HSV(B)302.75º95.03%63.14%-
XYZ20.6210.0831.43-
YUV70.39175.19192.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=49.85%
G=2.48%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161815400.950.040.37302.7590.5333.14
HexA189A05F42512f5b21
Octal24110232013744545713341
Binary10100001100010011010010111111001001011001011111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1089A; }

 p { color: rgb(161,8,154); }

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

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

 a { background-color: rgb(161,8,154); }

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

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

 span { border-color: rgb(161,8,154); }

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