Html Css Color HEX #A2138C Dark Magenta

📋 copy color: '#A2138C'

red 162 ◦ green 19 ◦ blue 140

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

Shades of Dark Magenta #A2138C

Tints of Dark Magenta #A2138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 50.47%
G = 5.92%
B = 43.61%

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

#A2138C (or 0xA2138C) is known color: Dark Magenta. HEX triplet: A2, 13 and 8C. RGB value is (162,19,140). Sum of RGB (Red+Green+Blue) = 162+19+140=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2138C is #5DEC73. Grayscale: #4B4B4B. Windows color (decimal): -6155380 or 9180066. OLE color: 9180066.

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

Color convert

RGB 162 19 140 -
CMYK 0 0.88 0.14 0.36
HSL 309.23º 0.79% 0.35% -
HSV(B) 309.23º 0.88% 0.64% -
XYZ 19.87 10.04 25.7 -
YUV 75.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 162 19 140 0 0.88 0.14 0.36 309.23 0.79 0.35
Hex A2 13 8C 0 58 E 24 135 4F 23
Octal 242 23 214 0 130 16 44 465 117 43
Binary 10100010 10011 10001100 0 1011000 1110 100100 100110101 1001111 100011

Color Harmonies of #A2138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2138C

Black with #A2138C

Text Example


Text Example

White with #A2138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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