Html Css Color HEX #A1148C Dark Magenta

📋 copy color: '#A1148C'

red 161 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #A1148C

Tints of Dark Magenta #A1148C

RGB

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

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

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

R = 50.16%
G = 6.23%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1148C (or 0xA1148C) is known color: Dark Magenta. HEX triplet: A1, 14 and 8C. RGB value is (161,20,140). Sum of RGB (Red+Green+Blue) = 161+20+140=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1148C is #5EEB73. Grayscale: #4B4B4B. Windows color (decimal): -6220660 or 9180321. OLE color: 9180321.

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

Color convert

RGB 161 20 140 -
CMYK 0 0.88 0.13 0.37
HSL 308.94º 0.78% 0.35% -
HSV(B) 308.94º 0.88% 0.63% -
XYZ 19.68 9.97 25.7 -
YUV 75.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 161 20 140 0 0.88 0.13 0.37 308.94 0.78 0.35
Hex A1 14 8C 0 58 D 25 135 4E 23
Octal 241 24 214 0 130 15 45 465 116 43
Binary 10100001 10100 10001100 0 1011000 1101 100101 100110101 1001110 100011

Color Harmonies of #A1148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1148C

Black with #A1148C

Text Example


Text Example

White with #A1148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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