Html Css Color HEX #A1168D Dark Magenta

📋 copy color: '#A1168D'

red 161 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #A1168D

Tints of Dark Magenta #A1168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

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

R = 49.69%
G = 6.79%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1168D (or 0xA1168D) is known color: Dark Magenta. HEX triplet: A1, 16 and 8D. RGB value is (161,22,141). Sum of RGB (Red+Green+Blue) = 161+22+141=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168D is #5EE972. Grayscale: #4C4C4C. Windows color (decimal): -6220147 or 9246369. OLE color: 9246369.

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

Color convert

RGB 161 22 141 -
CMYK 0 0.86 0.12 0.37
HSL 308.63º 0.76% 0.36% -
HSV(B) 308.63º 0.86% 0.63% -
XYZ 19.79 10.07 26.1 -
YUV 77.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 161 22 141 0 0.86 0.12 0.37 308.63 0.76 0.36
Hex A1 16 8D 0 56 C 25 135 4C 24
Octal 241 26 215 0 126 14 45 465 114 44
Binary 10100001 10110 10001101 0 1010110 1100 100101 100110101 1001100 100100

Color Harmonies of #A1168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1168D

Black with #A1168D

Text Example


Text Example

White with #A1168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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