Html Css Color HEX #A2178E Dark Magenta

📋 copy color: '#A2178E'

red 162 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #A2178E

Tints of Dark Magenta #A2178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 49.54%
G = 7.03%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2178E (or 0xA2178E) is known color: Dark Magenta. HEX triplet: A2, 17 and 8E. RGB value is (162,23,142). Sum of RGB (Red+Green+Blue) = 162+23+142=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178E is #5DE871. Grayscale: #4D4D4D. Windows color (decimal): -6154354 or 9312162. OLE color: 9312162.

HSL color Cylindrical-coordinate representation of color #A2178E: hue angle of 308.63º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2178E is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 142 -
CMYK 0 0.86 0.12 0.36
HSL 308.63º 0.75% 0.36% -
HSV(B) 308.63º 0.86% 0.64% -
XYZ 20.09 10.25 26.51 -
YUV 78.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 162 23 142 0 0.86 0.12 0.36 308.63 0.75 0.36
Hex A2 17 8E 0 56 C 24 135 4B 24
Octal 242 27 216 0 126 14 44 465 113 44
Binary 10100010 10111 10001110 0 1010110 1100 100100 100110101 1001011 100100

Color Harmonies of #A2178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2178E

Black with #A2178E

Text Example


Text Example

White with #A2178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2178E; }

 p { color: rgb(162,23,142); }

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

background-color css

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

 a { background-color: rgb(162,23,142); }

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

border-color css

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

 span { border-color: rgb(162,23,142); }

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