Html Css Color HEX #A1098C Dark Magenta

📋 copy color: '#A1098C'

red 161 ◦ green 9 ◦ blue 140

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

Shades of Dark Magenta #A1098C

Tints of Dark Magenta #A1098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 51.94%
G = 2.9%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1098C (or 0xA1098C) is known color: Dark Magenta. HEX triplet: A1, 09 and 8C. RGB value is (161,9,140). Sum of RGB (Red+Green+Blue) = 161+9+140=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1098C is #5EF673. Grayscale: #454545. Windows color (decimal): -6223476 or 9177505. OLE color: 9177505.

HSL color Cylindrical-coordinate representation of color #A1098C: hue angle of 308.29º 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 #A1098C is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 9 140 -
CMYK 0 0.94 0.13 0.37
HSL 308.29º 0.89% 0.33% -
HSV(B) 308.29º 0.94% 0.63% -
XYZ 19.53 9.67 25.65 -
YUV 69.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 161 9 140 0 0.94 0.13 0.37 308.29 0.89 0.33
Hex A1 9 8C 0 5E D 25 134 59 21
Octal 241 11 214 0 136 15 45 464 131 41
Binary 10100001 1001 10001100 0 1011110 1101 100101 100110100 1011001 100001

Color Harmonies of #A1098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1098C

Black with #A1098C

Text Example


Text Example

White with #A1098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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