Html Css Color HEX #A1158B Dark Magenta

📋 copy color: '#A1158B'

red 161 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #A1158B

Tints of Dark Magenta #A1158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 50.16%
G = 6.54%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1158B (or 0xA1158B) is known color: Dark Magenta. HEX triplet: A1, 15 and 8B. RGB value is (161,21,139). Sum of RGB (Red+Green+Blue) = 161+21+139=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1158B is #5EEA74. Grayscale: #4B4B4B. Windows color (decimal): -6220405 or 9115041. OLE color: 9115041.

HSL color Cylindrical-coordinate representation of color #A1158B: hue angle of 309.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1158B is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 139 -
CMYK 0 0.87 0.14 0.37
HSL 309.43º 0.77% 0.36% -
HSV(B) 309.43º 0.87% 0.63% -
XYZ 19.63 9.98 25.32 -
YUV 76.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 161 21 139 0 0.87 0.14 0.37 309.43 0.77 0.36
Hex A1 15 8B 0 57 E 25 135 4D 24
Octal 241 25 213 0 127 16 45 465 115 44
Binary 10100001 10101 10001011 0 1010111 1110 100101 100110101 1001101 100100

Color Harmonies of #A1158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1158B

Black with #A1158B

Text Example


Text Example

White with #A1158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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