#A9189D

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

Shades of Dark Magenta #A9189D

Tints of Dark Magenta #A9189D

Color information

#A9189D (or 0xA9189D) is unknown color: approx Dark Magenta. HEX triplet: A9, 18 and 9D. RGB value is (169,24,157). Sum of RGB (Red+Green+Blue) = 169+24+157=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9189D is #56E762. Grayscale: #525252. Windows color (decimal): -5695331 or 10295465. OLE color: 10295465.

HSL color Cylindrical-coordinate representation of color #A9189D: hue angle of 304.97º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9189D is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16924157-
CMYK00.860.070.34
HSL304.97º75.13%37.84%-
HSV(B)304.97º85.8%66.27%-
XYZ22.7711.5232.92-
YUV82.52170.04189.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=48.29%
G=6.86%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692415700.860.070.34304.9775.1337.84
HexA9189D0567221314b26
Octal25130235012674246111346
Binary101010011100010011101010101101111000101001100011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9189D; }

 p { color: rgb(169,24,157); }

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

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

 a { background-color: rgb(169,24,157); }

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

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

 span { border-color: rgb(169,24,157); }

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