Html Css Color HEX #A2158D Dark Magenta

📋 copy color: '#A2158D'

red 162 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #A2158D

Tints of Dark Magenta #A2158D

RGB

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

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

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

R = 50%
G = 6.48%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2158D (or 0xA2158D) is known color: Dark Magenta. HEX triplet: A2, 15 and 8D. RGB value is (162,21,141). Sum of RGB (Red+Green+Blue) = 162+21+141=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2158D is #5DEA72. Grayscale: #4C4C4C. Windows color (decimal): -6154867 or 9246114. OLE color: 9246114.

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

Color convert

RGB 162 21 141 -
CMYK 0 0.87 0.13 0.36
HSL 308.94º 0.77% 0.36% -
HSV(B) 308.94º 0.87% 0.64% -
XYZ 19.98 10.14 26.1 -
YUV 76.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 162 21 141 0 0.87 0.13 0.36 308.94 0.77 0.36
Hex A2 15 8D 0 57 D 24 135 4D 24
Octal 242 25 215 0 127 15 44 465 115 44
Binary 10100010 10101 10001101 0 1010111 1101 100100 100110101 1001101 100100

Color Harmonies of #A2158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2158D

Black with #A2158D

Text Example


Text Example

White with #A2158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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