Html Css Color HEX #A1138F Dark Magenta

📋 copy color: '#A1138F'

red 161 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #A1138F

Tints of Dark Magenta #A1138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 49.85%
G = 5.88%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1138F (or 0xA1138F) is known color: Dark Magenta. HEX triplet: A1, 13 and 8F. RGB value is (161,19,143). Sum of RGB (Red+Green+Blue) = 161+19+143=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1138F is #5EEC70. Grayscale: #4B4B4B. Windows color (decimal): -6220913 or 9376673. OLE color: 9376673.

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

Color convert

RGB 161 19 143 -
CMYK 0 0.88 0.11 0.37
HSL 307.61º 0.79% 0.35% -
HSV(B) 307.61º 0.88% 0.63% -
XYZ 19.89 10.03 26.87 -
YUV 75.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 161 19 143 0 0.88 0.11 0.37 307.61 0.79 0.35
Hex A1 13 8F 0 58 B 25 134 4F 23
Octal 241 23 217 0 130 13 45 464 117 43
Binary 10100001 10011 10001111 0 1011000 1011 100101 100110100 1001111 100011

Color Harmonies of #A1138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1138F

Black with #A1138F

Text Example


Text Example

White with #A1138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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