Html Css Color HEX #A1129E Dark Magenta

📋 copy color: '#A1129E'

red 161 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #A1129E

Tints of Dark Magenta #A1129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 158 (62.11% from 255) = 46.88%

R = 47.77%
G = 5.34%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1129E (or 0xA1129E) is known color: Dark Magenta. HEX triplet: A1, 12 and 9E. RGB value is (161,18,158). Sum of RGB (Red+Green+Blue) = 161+18+158=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1129E is #5EED61. Grayscale: #4C4C4C. Windows color (decimal): -6221154 or 10359457. OLE color: 10359457.

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

Color convert

RGB 161 18 158 -
CMYK 0 0.89 0.02 0.37
HSL 301.26º 0.8% 0.35% -
HSV(B) 301.26º 0.89% 0.63% -
XYZ 21.09 10.48 33.26 -
YUV 76.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 161 18 158 0 0.89 0.02 0.37 301.26 0.8 0.35
Hex A1 12 9E 0 59 2 25 12D 50 23
Octal 241 22 236 0 131 2 45 455 120 43
Binary 10100001 10010 10011110 0 1011001 10 100101 100101101 1010000 100011

Color Harmonies of #A1129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1129E

Black with #A1129E

Text Example


Text Example

White with #A1129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1129E; }

 p { color: rgb(161,18,158); }

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

background-color css

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

 a { background-color: rgb(161,18,158); }

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

border-color css

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

 span { border-color: rgb(161,18,158); }

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