Html Css Color HEX #A2139E Dark Magenta

📋 copy color: '#A2139E'

red 162 ◦ green 19 ◦ blue 158

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

Shades of Dark Magenta #A2139E

Tints of Dark Magenta #A2139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 47.79%
G = 5.6%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2139E (or 0xA2139E) is known color: Dark Magenta. HEX triplet: A2, 13 and 9E. RGB value is (162,19,158). Sum of RGB (Red+Green+Blue) = 162+19+158=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2139E is #5DEC61. Grayscale: #4D4D4D. Windows color (decimal): -6155362 or 10359714. OLE color: 10359714.

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

Color convert

RGB 162 19 158 -
CMYK 0 0.88 0.02 0.36
HSL 301.68º 0.79% 0.35% -
HSV(B) 301.68º 0.88% 0.64% -
XYZ 21.3 10.62 33.27 -
YUV 77.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 162 19 158 0 0.88 0.02 0.36 301.68 0.79 0.35
Hex A2 13 9E 0 58 2 24 12E 4F 23
Octal 242 23 236 0 130 2 44 456 117 43
Binary 10100010 10011 10011110 0 1011000 10 100100 100101110 1001111 100011

Color Harmonies of #A2139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2139E

Black with #A2139E

Text Example


Text Example

White with #A2139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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