Html Css Color HEX #A1189D Dark Magenta

📋 copy color: '#A1189D'

red 161 ◦ green 24 ◦ blue 157

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

Shades of Dark Magenta #A1189D

Tints of Dark Magenta #A1189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 47.08%
G = 7.02%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1189D (or 0xA1189D) is known color: Dark Magenta. HEX triplet: A1, 18 and 9D. RGB value is (161,24,157). Sum of RGB (Red+Green+Blue) = 161+24+157=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1189D is #5EE762. Grayscale: #4F4F4F. Windows color (decimal): -6219619 or 10295457. OLE color: 10295457.

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

Color convert

RGB 161 24 157 -
CMYK 0 0.85 0.02 0.37
HSL 301.75º 0.74% 0.36% -
HSV(B) 301.75º 0.85% 0.63% -
XYZ 21.11 10.66 32.84 -
YUV 80.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 161 24 157 0 0.85 0.02 0.37 301.75 0.74 0.36
Hex A1 18 9D 0 55 2 25 12E 4A 24
Octal 241 30 235 0 125 2 45 456 112 44
Binary 10100001 11000 10011101 0 1010101 10 100101 100101110 1001010 100100

Color Harmonies of #A1189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1189D

Black with #A1189D

Text Example


Text Example

White with #A1189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1189D; }

 p { color: rgb(161,24,157); }

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

background-color css

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

 a { background-color: rgb(161,24,157); }

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

border-color css

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

 span { border-color: rgb(161,24,157); }

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