Html Css Color HEX #A4109E Dark Magenta

📋 copy color: '#A4109E'

red 164 ◦ green 16 ◦ blue 158

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

Shades of Dark Magenta #A4109E

Tints of Dark Magenta #A4109E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 48.52%
G = 4.73%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4109E (or 0xA4109E) is known color: Dark Magenta. HEX triplet: A4, 10 and 9E. RGB value is (164,16,158). Sum of RGB (Red+Green+Blue) = 164+16+158=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4109E is #5BEF61. Grayscale: #4C4C4C. Windows color (decimal): -6025058 or 10358948. OLE color: 10358948.

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

Color convert

RGB 164 16 158 -
CMYK 0 0.90 0.04 0.36
HSL 302.43º 0.82% 0.35% -
HSV(B) 302.43º 0.9% 0.64% -
XYZ 21.67 10.73 33.28 -
YUV 76.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 164 16 158 0 0.90 0.04 0.36 302.43 0.82 0.35
Hex A4 10 9E 0 5A 4 24 12E 52 23
Octal 244 20 236 0 132 4 44 456 122 43
Binary 10100100 10000 10011110 0 1011010 100 100100 100101110 1010010 100011

Color Harmonies of #A4109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4109E

Black with #A4109E

Text Example


Text Example

White with #A4109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4109E; }

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

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

background-color css

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

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

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

border-color css

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

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

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