Html Css Color HEX #A1138D Dark Magenta

📋 copy color: '#A1138D'

red 161 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #A1138D

Tints of Dark Magenta #A1138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 50.16%
G = 5.92%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1138D (or 0xA1138D) is known color: Dark Magenta. HEX triplet: A1, 13 and 8D. RGB value is (161,19,141). Sum of RGB (Red+Green+Blue) = 161+19+141=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1138D is #5EEC72. Grayscale: #4B4B4B. Windows color (decimal): -6220915 or 9245601. OLE color: 9245601.

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

Color convert

RGB 161 19 141 -
CMYK 0 0.88 0.12 0.37
HSL 308.45º 0.79% 0.35% -
HSV(B) 308.45º 0.88% 0.63% -
XYZ 19.74 9.97 26.08 -
YUV 75.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 161 19 141 0 0.88 0.12 0.37 308.45 0.79 0.35
Hex A1 13 8D 0 58 C 25 134 4F 23
Octal 241 23 215 0 130 14 45 464 117 43
Binary 10100001 10011 10001101 0 1011000 1100 100101 100110100 1001111 100011

Color Harmonies of #A1138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1138D

Black with #A1138D

Text Example


Text Example

White with #A1138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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