Html Css Color HEX #A2139B Dark Magenta

📋 copy color: '#A2139B'

red 162 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #A2139B

Tints of Dark Magenta #A2139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 48.21%
G = 5.65%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2139B (or 0xA2139B) is known color: Dark Magenta. HEX triplet: A2, 13 and 9B. RGB value is (162,19,155). Sum of RGB (Red+Green+Blue) = 162+19+155=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2139B is #5DEC64. Grayscale: #4C4C4C. Windows color (decimal): -6155365 or 10163106. OLE color: 10163106.

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

Color convert

RGB 162 19 155 -
CMYK 0 0.88 0.04 0.36
HSL 302.94º 0.79% 0.35% -
HSV(B) 302.94º 0.88% 0.64% -
XYZ 21.05 10.51 31.93 -
YUV 77.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 162 19 155 0 0.88 0.04 0.36 302.94 0.79 0.35
Hex A2 13 9B 0 58 4 24 12F 4F 23
Octal 242 23 233 0 130 4 44 457 117 43
Binary 10100010 10011 10011011 0 1011000 100 100100 100101111 1001111 100011

Color Harmonies of #A2139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2139B

Black with #A2139B

Text Example


Text Example

White with #A2139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2139B; }

 p { color: rgb(162,19,155); }

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

background-color css

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

 a { background-color: rgb(162,19,155); }

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

border-color css

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

 span { border-color: rgb(162,19,155); }

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