Html Css Color HEX #A1098D Dark Magenta

📋 copy color: '#A1098D'

red 161 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #A1098D

Tints of Dark Magenta #A1098D

RGB

 RED value IS 161 (63.28% from 255) = 51.77%

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 51.77%
G = 2.89%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1098D (or 0xA1098D) is known color: Dark Magenta. HEX triplet: A1, 09 and 8D. RGB value is (161,9,141). Sum of RGB (Red+Green+Blue) = 161+9+141=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1098D is #5EF672. Grayscale: #454545. Windows color (decimal): -6223475 or 9243041. OLE color: 9243041.

HSL color Cylindrical-coordinate representation of color #A1098D: hue angle of 307.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1098D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 9 141 -
CMYK 0 0.94 0.12 0.37
HSL 307.89º 0.89% 0.33% -
HSV(B) 307.89º 0.94% 0.63% -
XYZ 19.6 9.7 26.04 -
YUV 69.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 161 9 141 0 0.94 0.12 0.37 307.89 0.89 0.33
Hex A1 9 8D 0 5E C 25 134 59 21
Octal 241 11 215 0 136 14 45 464 131 41
Binary 10100001 1001 10001101 0 1011110 1100 100101 100110100 1011001 100001

Color Harmonies of #A1098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1098D

Black with #A1098D

Text Example


Text Example

White with #A1098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1098D; }

 p { color: rgb(161,9,141); }

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

background-color css

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

 a { background-color: rgb(161,9,141); }

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

border-color css

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

 span { border-color: rgb(161,9,141); }

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