Html Css Color HEX #A2138B Dark Magenta

📋 copy color: '#A2138B'

red 162 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #A2138B

Tints of Dark Magenta #A2138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 50.63%
G = 5.94%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2138B (or 0xA2138B) is known color: Dark Magenta. HEX triplet: A2, 13 and 8B. RGB value is (162,19,139). Sum of RGB (Red+Green+Blue) = 162+19+139=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2138B is #5DEC74. Grayscale: #4B4B4B. Windows color (decimal): -6155381 or 9114530. OLE color: 9114530.

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

Color convert

RGB 162 19 139 -
CMYK 0 0.88 0.14 0.36
HSL 309.65º 0.79% 0.35% -
HSV(B) 309.65º 0.88% 0.64% -
XYZ 19.79 10.01 25.32 -
YUV 75.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 162 19 139 0 0.88 0.14 0.36 309.65 0.79 0.35
Hex A2 13 8B 0 58 E 24 136 4F 23
Octal 242 23 213 0 130 16 44 466 117 43
Binary 10100010 10011 10001011 0 1011000 1110 100100 100110110 1001111 100011

Color Harmonies of #A2138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2138B

Black with #A2138B

Text Example


Text Example

White with #A2138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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