Html Css Color HEX #A2138F Dark Magenta

📋 copy color: '#A2138F'

red 162 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #A2138F

Tints of Dark Magenta #A2138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 50%
G = 5.86%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2138F (or 0xA2138F) is known color: Dark Magenta. HEX triplet: A2, 13 and 8F. RGB value is (162,19,143). Sum of RGB (Red+Green+Blue) = 162+19+143=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2138F is #5DEC70. Grayscale: #4B4B4B. Windows color (decimal): -6155377 or 9376674. OLE color: 9376674.

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

Color convert

RGB 162 19 143 -
CMYK 0 0.88 0.12 0.36
HSL 307.97º 0.79% 0.35% -
HSV(B) 307.97º 0.88% 0.64% -
XYZ 20.09 10.13 26.88 -
YUV 75.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 162 19 143 0 0.88 0.12 0.36 307.97 0.79 0.35
Hex A2 13 8F 0 58 C 24 134 4F 23
Octal 242 23 217 0 130 14 44 464 117 43
Binary 10100010 10011 10001111 0 1011000 1100 100100 100110100 1001111 100011

Color Harmonies of #A2138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2138F

Black with #A2138F

Text Example


Text Example

White with #A2138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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