Html Css Color HEX #A41095 Dark Magenta

📋 copy color: '#A41095'

red 164 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #A41095

Tints of Dark Magenta #A41095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 49.85%
G = 4.86%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41095 (or 0xA41095) is known color: Dark Magenta. HEX triplet: A4, 10 and 95. RGB value is (164,16,149). Sum of RGB (Red+Green+Blue) = 164+16+149=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A41095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41095 is #5BEF6A. Grayscale: #4B4B4B. Windows color (decimal): -6025067 or 9769124. OLE color: 9769124.

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

Color convert

RGB 164 16 149 -
CMYK 0 0.90 0.09 0.36
HSL 306.08º 0.82% 0.35% -
HSV(B) 306.08º 0.9% 0.64% -
XYZ 20.92 10.43 29.34 -
YUV 75.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 164 16 149 0 0.90 0.09 0.36 306.08 0.82 0.35
Hex A4 10 95 0 5A 9 24 132 52 23
Octal 244 20 225 0 132 11 44 462 122 43
Binary 10100100 10000 10010101 0 1011010 1001 100100 100110010 1010010 100011

Color Harmonies of #A41095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41095

Black with #A41095

Text Example


Text Example

White with #A41095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41095; }

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

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

background-color css

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

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

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

border-color css

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

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

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