#A9089C

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

Shades of Dark Magenta #A9089C

Tints of Dark Magenta #A9089C

Color information

#A9089C (or 0xA9089C) is unknown color: approx Dark Magenta. HEX triplet: A9, 08 and 9C. RGB value is (169,8,156). Sum of RGB (Red+Green+Blue) = 169+8+156=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9089C is #56F763. Grayscale: #484848. Windows color (decimal): -5699428 or 10225833. OLE color: 10225833.

HSL color Cylindrical-coordinate representation of color #A9089C: hue angle of 304.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9089C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB1698156-
CMYK00.950.080.34
HSL304.84º90.96%34.71%-
HSV(B)304.84º95.27%66.27%-
XYZ22.4511.0132.39-
YUV73.01174.84196.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=50.75%
G=2.40%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815600.950.080.34304.8490.9634.71
HexA989C05F8221315b23
Octal251102340137104246113343
Binary101010011000100111000101111110001000101001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9089C; }

 p { color: rgb(169,8,156); }

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

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

 a { background-color: rgb(169,8,156); }

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

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

 span { border-color: rgb(169,8,156); }

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