Html Css Color HEX #A2128A Dark Magenta

📋 copy color: '#A2128A'

red 162 ◦ green 18 ◦ blue 138

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

Shades of Dark Magenta #A2128A

Tints of Dark Magenta #A2128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

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

R = 50.94%
G = 5.66%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2128A (or 0xA2128A) is known color: Dark Magenta. HEX triplet: A2, 12 and 8A. RGB value is (162,18,138). Sum of RGB (Red+Green+Blue) = 162+18+138=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2128A is #5DED75. Grayscale: #4A4A4A. Windows color (decimal): -6155638 or 9048738. OLE color: 9048738.

HSL color Cylindrical-coordinate representation of color #A2128A: hue angle of 310º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2128A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 138 -
CMYK 0 0.89 0.15 0.36
HSL 310º 0.8% 0.35% -
HSV(B) 310º 0.89% 0.64% -
XYZ 19.7 9.95 24.93 -
YUV 74.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 162 18 138 0 0.89 0.15 0.36 310 0.8 0.35
Hex A2 12 8A 0 59 F 24 136 50 23
Octal 242 22 212 0 131 17 44 466 120 43
Binary 10100010 10010 10001010 0 1011001 1111 100100 100110110 1010000 100011

Color Harmonies of #A2128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2128A

Black with #A2128A

Text Example


Text Example

White with #A2128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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