#A9169C

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

Shades of Dark Magenta #A9169C

Tints of Dark Magenta #A9169C

Color information

#A9169C (or 0xA9169C) is unknown color: approx Dark Magenta. HEX triplet: A9, 16 and 9C. RGB value is (169,22,156). Sum of RGB (Red+Green+Blue) = 169+22+156=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9169C is #56E963. Grayscale: #505050. Windows color (decimal): -5695844 or 10229417. OLE color: 10229417.

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

Color convert

RGB16922156-
CMYK00.870.080.34
HSL305.31º76.96%37.45%-
HSV(B)305.31º86.98%66.27%-
XYZ22.6511.4132.46-
YUV81.23170.2190.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=48.70%
G=6.34%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692215600.870.080.34305.3176.9637.45
HexA9169C0578221314d25
Octal251262340127104246111545
Binary1010100110110100111000101011110001000101001100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9169C; }

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

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

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

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

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

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

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

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