Html Css Color HEX #A1148D Dark Magenta

📋 copy color: '#A1148D'

red 161 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #A1148D

Tints of Dark Magenta #A1148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 50%
G = 6.21%
B = 43.79%

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

#A1148D (or 0xA1148D) is known color: Dark Magenta. HEX triplet: A1, 14 and 8D. RGB value is (161,20,141). Sum of RGB (Red+Green+Blue) = 161+20+141=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1148D is #5EEB72. Grayscale: #4B4B4B. Windows color (decimal): -6220659 or 9245857. OLE color: 9245857.

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

Color convert

RGB 161 20 141 -
CMYK 0 0.88 0.12 0.37
HSL 308.51º 0.78% 0.35% -
HSV(B) 308.51º 0.88% 0.63% -
XYZ 19.76 10 26.09 -
YUV 75.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 161 20 141 0 0.88 0.12 0.37 308.51 0.78 0.35
Hex A1 14 8D 0 58 C 25 135 4E 23
Octal 241 24 215 0 130 14 45 465 116 43
Binary 10100001 10100 10001101 0 1011000 1100 100101 100110101 1001110 100011

Color Harmonies of #A1148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1148D

Black with #A1148D

Text Example


Text Example

White with #A1148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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