Html Css Color HEX #A1058D Dark Magenta

📋 copy color: '#A1058D'

red 161 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #A1058D

Tints of Dark Magenta #A1058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 52.44%
G = 1.63%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1058D (or 0xA1058D) is known color: Dark Magenta. HEX triplet: A1, 05 and 8D. RGB value is (161,5,141). Sum of RGB (Red+Green+Blue) = 161+5+141=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1058D is #5EFA72. Grayscale: #424242. Windows color (decimal): -6224499 or 9242017. OLE color: 9242017.

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

Color convert

RGB 161 5 141 -
CMYK 0 0.97 0.12 0.37
HSL 307.69º 0.94% 0.33% -
HSV(B) 307.69º 0.97% 0.63% -
XYZ 19.56 9.61 26.02 -
YUV 67.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 161 5 141 0 0.97 0.12 0.37 307.69 0.94 0.33
Hex A1 5 8D 0 61 C 25 134 5E 21
Octal 241 5 215 0 141 14 45 464 136 41
Binary 10100001 101 10001101 0 1100001 1100 100101 100110100 1011110 100001

Color Harmonies of #A1058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1058D

Black with #A1058D

Text Example


Text Example

White with #A1058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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