Html Css Color HEX #A2129D Dark Magenta

📋 copy color: '#A2129D'

red 162 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #A2129D

Tints of Dark Magenta #A2129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 48.07%
G = 5.34%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2129D (or 0xA2129D) is known color: Dark Magenta. HEX triplet: A2, 12 and 9D. RGB value is (162,18,157). Sum of RGB (Red+Green+Blue) = 162+18+157=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2129D is #5DED62. Grayscale: #4C4C4C. Windows color (decimal): -6155619 or 10293922. OLE color: 10293922.

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

Color convert

RGB 162 18 157 -
CMYK 0 0.89 0.03 0.36
HSL 302.08º 0.8% 0.35% -
HSV(B) 302.08º 0.89% 0.64% -
XYZ 21.2 10.55 32.82 -
YUV 76.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 162 18 157 0 0.89 0.03 0.36 302.08 0.8 0.35
Hex A2 12 9D 0 59 3 24 12E 50 23
Octal 242 22 235 0 131 3 44 456 120 43
Binary 10100010 10010 10011101 0 1011001 11 100100 100101110 1010000 100011

Color Harmonies of #A2129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2129D

Black with #A2129D

Text Example


Text Example

White with #A2129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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