Html Css Color HEX #A1058C Dark Magenta

📋 copy color: '#A1058C'

red 161 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #A1058C

Tints of Dark Magenta #A1058C

RGB

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

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

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

R = 52.61%
G = 1.63%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1058C (or 0xA1058C) is known color: Dark Magenta. HEX triplet: A1, 05 and 8C. RGB value is (161,5,140). Sum of RGB (Red+Green+Blue) = 161+5+140=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1058C is #5EFA73. Grayscale: #424242. Windows color (decimal): -6224500 or 9176481. OLE color: 9176481.

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

Color convert

RGB 161 5 140 -
CMYK 0 0.97 0.13 0.37
HSL 308.08º 0.94% 0.33% -
HSV(B) 308.08º 0.97% 0.63% -
XYZ 19.49 9.58 25.63 -
YUV 67.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 161 5 140 0 0.97 0.13 0.37 308.08 0.94 0.33
Hex A1 5 8C 0 61 D 25 134 5E 21
Octal 241 5 214 0 141 15 45 464 136 41
Binary 10100001 101 10001100 0 1100001 1101 100101 100110100 1011110 100001

Color Harmonies of #A1058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1058C

Black with #A1058C

Text Example


Text Example

White with #A1058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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