Html Css Color HEX #A1058B Dark Magenta

📋 copy color: '#A1058B'

red 161 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A1058B

Tints of Dark Magenta #A1058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 52.79%
G = 1.64%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1058B (or 0xA1058B) is known color: Dark Magenta. HEX triplet: A1, 05 and 8B. RGB value is (161,5,139). Sum of RGB (Red+Green+Blue) = 161+5+139=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1058B is #5EFA74. Grayscale: #424242. Windows color (decimal): -6224501 or 9110945. OLE color: 9110945.

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

Color convert

RGB 161 5 139 -
CMYK 0 0.97 0.14 0.37
HSL 308.46º 0.94% 0.33% -
HSV(B) 308.46º 0.97% 0.63% -
XYZ 19.41 9.55 25.25 -
YUV 66.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 161 5 139 0 0.97 0.14 0.37 308.46 0.94 0.33
Hex A1 5 8B 0 61 E 25 134 5E 21
Octal 241 5 213 0 141 16 45 464 136 41
Binary 10100001 101 10001011 0 1100001 1110 100101 100110100 1011110 100001

Color Harmonies of #A1058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1058B

Black with #A1058B

Text Example


Text Example

White with #A1058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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