#A9189C

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

Shades of Dark Magenta #A9189C

Tints of Dark Magenta #A9189C

Color information

#A9189C (or 0xA9189C) is unknown color: approx Dark Magenta. HEX triplet: A9, 18 and 9C. RGB value is (169,24,156). Sum of RGB (Red+Green+Blue) = 169+24+156=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9189C is #56E763. Grayscale: #525252. Windows color (decimal): -5695332 or 10229929. OLE color: 10229929.

HSL color Cylindrical-coordinate representation of color #A9189C: hue angle of 305.38º 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 #A9189C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16924156-
CMYK00.860.080.34
HSL305.38º75.13%37.84%-
HSV(B)305.38º85.8%66.27%-
XYZ22.6911.4932.47-
YUV82.4169.54189.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=48.42%
G=6.88%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692415600.860.080.34305.3875.1337.84
HexA9189C0568221314b26
Octal251302340126104246111346
Binary1010100111000100111000101011010001000101001100011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9189C; }

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

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

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

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

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

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

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

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