Html Css Color HEX #A2159C Dark Magenta

📋 copy color: '#A2159C'

red 162 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #A2159C

Tints of Dark Magenta #A2159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 47.79%
G = 6.19%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2159C (or 0xA2159C) is known color: Dark Magenta. HEX triplet: A2, 15 and 9C. RGB value is (162,21,156). Sum of RGB (Red+Green+Blue) = 162+21+156=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159C is #5DEA63. Grayscale: #4E4E4E. Windows color (decimal): -6154852 or 10229154. OLE color: 10229154.

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

Color convert

RGB 162 21 156 -
CMYK 0 0.87 0.04 0.36
HSL 302.55º 0.77% 0.36% -
HSV(B) 302.55º 0.87% 0.64% -
XYZ 21.17 10.62 32.39 -
YUV 78.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 162 21 156 0 0.87 0.04 0.36 302.55 0.77 0.36
Hex A2 15 9C 0 57 4 24 12F 4D 24
Octal 242 25 234 0 127 4 44 457 115 44
Binary 10100010 10101 10011100 0 1010111 100 100100 100101111 1001101 100100

Color Harmonies of #A2159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2159C

Black with #A2159C

Text Example


Text Example

White with #A2159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2159C; }

 p { color: rgb(162,21,156); }

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

background-color css

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

 a { background-color: rgb(162,21,156); }

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

border-color css

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

 span { border-color: rgb(162,21,156); }

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