Html Css Color HEX #A2118F Dark Magenta

📋 copy color: '#A2118F'

red 162 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #A2118F

Tints of Dark Magenta #A2118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 50.31%
G = 5.28%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2118F (or 0xA2118F) is known color: Dark Magenta. HEX triplet: A2, 11 and 8F. RGB value is (162,17,143). Sum of RGB (Red+Green+Blue) = 162+17+143=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2118F is #5DEE70. Grayscale: #4A4A4A. Windows color (decimal): -6155889 or 9376162. OLE color: 9376162.

HSL color Cylindrical-coordinate representation of color #A2118F: hue angle of 307.86º 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 #A2118F is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 143 -
CMYK 0 0.90 0.12 0.36
HSL 307.86º 0.81% 0.35% -
HSV(B) 307.86º 0.9% 0.64% -
XYZ 20.06 10.07 26.87 -
YUV 74.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 162 17 143 0 0.90 0.12 0.36 307.86 0.81 0.35
Hex A2 11 8F 0 5A C 24 134 51 23
Octal 242 21 217 0 132 14 44 464 121 43
Binary 10100010 10001 10001111 0 1011010 1100 100100 100110100 1010001 100011

Color Harmonies of #A2118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2118F

Black with #A2118F

Text Example


Text Example

White with #A2118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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