Html Css Color HEX #A2129E Dark Magenta

📋 copy color: '#A2129E'

red 162 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #A2129E

Tints of Dark Magenta #A2129E

RGB

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

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

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

R = 47.93%
G = 5.33%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2129E (or 0xA2129E) is known color: Dark Magenta. HEX triplet: A2, 12 and 9E. RGB value is (162,18,158). Sum of RGB (Red+Green+Blue) = 162+18+158=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2129E is #5DED61. Grayscale: #4C4C4C. Windows color (decimal): -6155618 or 10359458. OLE color: 10359458.

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

Color convert

RGB 162 18 158 -
CMYK 0 0.89 0.02 0.36
HSL 301.67º 0.8% 0.35% -
HSV(B) 301.67º 0.89% 0.64% -
XYZ 21.29 10.58 33.27 -
YUV 77.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 162 18 158 0 0.89 0.02 0.36 301.67 0.8 0.35
Hex A2 12 9E 0 59 2 24 12E 50 23
Octal 242 22 236 0 131 2 44 456 120 43
Binary 10100010 10010 10011110 0 1011001 10 100100 100101110 1010000 100011

Color Harmonies of #A2129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2129E

Black with #A2129E

Text Example


Text Example

White with #A2129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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