Html Css Color HEX #A4129E Dark Magenta

📋 copy color: '#A4129E'

red 164 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #A4129E

Tints of Dark Magenta #A4129E

RGB

 RED value IS 164 (64.45% from 255) = 48.24%

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

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

R = 48.24%
G = 5.29%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4129E (or 0xA4129E) is known color: Dark Magenta. HEX triplet: A4, 12 and 9E. RGB value is (164,18,158). Sum of RGB (Red+Green+Blue) = 164+18+158=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4129E is #5BED61. Grayscale: #4D4D4D. Windows color (decimal): -6024546 or 10359460. OLE color: 10359460.

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

Color convert

RGB 164 18 158 -
CMYK 0 0.89 0.04 0.36
HSL 302.47º 0.8% 0.36% -
HSV(B) 302.47º 0.89% 0.64% -
XYZ 21.7 10.79 33.29 -
YUV 77.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 164 18 158 0 0.89 0.04 0.36 302.47 0.8 0.36
Hex A4 12 9E 0 59 4 24 12E 50 24
Octal 244 22 236 0 131 4 44 456 120 44
Binary 10100100 10010 10011110 0 1011001 100 100100 100101110 1010000 100100

Color Harmonies of #A4129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4129E

Black with #A4129E

Text Example


Text Example

White with #A4129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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