Html Css Color HEX #A4108E Dark Magenta

📋 copy color: '#A4108E'

red 164 ◦ green 16 ◦ blue 142

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

Shades of Dark Magenta #A4108E

Tints of Dark Magenta #A4108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 50.93%
G = 4.97%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4108E (or 0xA4108E) is known color: Dark Magenta. HEX triplet: A4, 10 and 8E. RGB value is (164,16,142). Sum of RGB (Red+Green+Blue) = 164+16+142=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4108E is #5BEF71. Grayscale: #4A4A4A. Windows color (decimal): -6025074 or 9310372. OLE color: 9310372.

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

Color convert

RGB 164 16 142 -
CMYK 0 0.90 0.13 0.36
HSL 308.92º 0.82% 0.35% -
HSV(B) 308.92º 0.9% 0.64% -
XYZ 20.38 10.22 26.49 -
YUV 74.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 164 16 142 0 0.90 0.13 0.36 308.92 0.82 0.35
Hex A4 10 8E 0 5A D 24 135 52 23
Octal 244 20 216 0 132 15 44 465 122 43
Binary 10100100 10000 10001110 0 1011010 1101 100100 100110101 1010010 100011

Color Harmonies of #A4108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4108E

Black with #A4108E

Text Example


Text Example

White with #A4108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4108E; }

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

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

background-color css

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

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

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

border-color css

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

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

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