Html Css Color HEX #A9189A Dark Magenta

📋 copy color: '#A9189A'

red 169 ◦ green 24 ◦ blue 154

#A9189A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A9189A

Tints of Dark Magenta #A9189A

RGB

 RED value IS 169 (66.41% from 255) = 48.7%

 GREEN value IS 24 (9.77% from 255) = 6.92%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 48.7%
G = 6.92%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9189A (or 0xA9189A) is known color: Dark Magenta. HEX triplet: A9, 18 and 9A. RGB value is (169,24,154). Sum of RGB (Red+Green+Blue) = 169+24+154=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9189A is #56E765. Grayscale: #515151. Windows color (decimal): -5695334 or 10098857. OLE color: 10098857.

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

Color convert

RGB 169 24 154 -
CMYK 0 0.86 0.09 0.34
HSL 306.21º 0.75% 0.38% -
HSV(B) 306.21º 0.86% 0.66% -
XYZ 22.52 11.42 31.59 -
YUV 82.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 169 24 154 0 0.86 0.09 0.34 306.21 0.75 0.38
Hex A9 18 9A 0 56 9 22 132 4B 26
Octal 251 30 232 0 126 11 42 462 113 46
Binary 10101001 11000 10011010 0 1010110 1001 100010 100110010 1001011 100110

Color Harmonies of #A9189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9189A

Black with #A9189A

Text Example


Text Example

White with #A9189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9189A; }

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

 H1.HeaderClassName
 {
   color: #A9189A;
 }
 .AnyTagClassName
 {
   color: #A9189A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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