Html Css Color HEX #A2118D Dark Magenta

📋 copy color: '#A2118D'

red 162 ◦ green 17 ◦ blue 141

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

Shades of Dark Magenta #A2118D

Tints of Dark Magenta #A2118D

RGB

 RED value IS 162 (63.67% from 255) = 50.63%

 GREEN value IS 17 (7.03% from 255) = 5.31%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 50.63%
G = 5.31%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2118D (or 0xA2118D) is known color: Dark Magenta. HEX triplet: A2, 11 and 8D. RGB value is (162,17,141). Sum of RGB (Red+Green+Blue) = 162+17+141=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2118D is #5DEE72. Grayscale: #4A4A4A. Windows color (decimal): -6155891 or 9245090. OLE color: 9245090.

HSL color Cylindrical-coordinate representation of color #A2118D: hue angle of 308.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2118D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 141 -
CMYK 0 0.90 0.13 0.36
HSL 308.69º 0.81% 0.35% -
HSV(B) 308.69º 0.9% 0.64% -
XYZ 19.91 10.01 26.08 -
YUV 74.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 162 17 141 0 0.90 0.13 0.36 308.69 0.81 0.35
Hex A2 11 8D 0 5A D 24 135 51 23
Octal 242 21 215 0 132 15 44 465 121 43
Binary 10100010 10001 10001101 0 1011010 1101 100100 100110101 1010001 100011

Color Harmonies of #A2118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2118D

Black with #A2118D

Text Example


Text Example

White with #A2118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2118D; }

 p { color: rgb(162,17,141); }

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

background-color css

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

 a { background-color: rgb(162,17,141); }

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

border-color css

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

 span { border-color: rgb(162,17,141); }

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