Html Css Color HEX #A2138A Dark Magenta

📋 copy color: '#A2138A'

red 162 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #A2138A

Tints of Dark Magenta #A2138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 50.78%
G = 5.96%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2138A (or 0xA2138A) is known color: Dark Magenta. HEX triplet: A2, 13 and 8A. RGB value is (162,19,138). Sum of RGB (Red+Green+Blue) = 162+19+138=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2138A is #5DEC75. Grayscale: #4A4A4A. Windows color (decimal): -6155382 or 9048994. OLE color: 9048994.

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

Color convert

RGB 162 19 138 -
CMYK 0 0.88 0.15 0.36
HSL 310.07º 0.79% 0.35% -
HSV(B) 310.07º 0.88% 0.64% -
XYZ 19.72 9.98 24.93 -
YUV 75.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 162 19 138 0 0.88 0.15 0.36 310.07 0.79 0.35
Hex A2 13 8A 0 58 F 24 136 4F 23
Octal 242 23 212 0 130 17 44 466 117 43
Binary 10100010 10011 10001010 0 1011000 1111 100100 100110110 1001111 100011

Color Harmonies of #A2138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2138A

Black with #A2138A

Text Example


Text Example

White with #A2138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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