Html Css Color HEX #A6109D Dark Magenta

📋 copy color: '#A6109D'

red 166 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #A6109D

Tints of Dark Magenta #A6109D

RGB

 RED value IS 166 (65.23% from 255) = 48.97%

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

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 48.97%
G = 4.72%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6109D (or 0xA6109D) is known color: Dark Magenta. HEX triplet: A6, 10 and 9D. RGB value is (166,16,157). Sum of RGB (Red+Green+Blue) = 166+16+157=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6109D is #59EF62. Grayscale: #4C4C4C. Windows color (decimal): -5893987 or 10293414. OLE color: 10293414.

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

Color convert

RGB 166 16 157 -
CMYK 0 0.90 0.05 0.35
HSL 303.6º 0.82% 0.36% -
HSV(B) 303.6º 0.9% 0.65% -
XYZ 22 10.91 32.85 -
YUV 76.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 166 16 157 0 0.90 0.05 0.35 303.6 0.82 0.36
Hex A6 10 9D 0 5A 5 23 130 52 24
Octal 246 20 235 0 132 5 43 460 122 44
Binary 10100110 10000 10011101 0 1011010 101 100011 100110000 1010010 100100

Color Harmonies of #A6109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6109D

Black with #A6109D

Text Example


Text Example

White with #A6109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6109D; }

 p { color: rgb(166,16,157); }

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

background-color css

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

 a { background-color: rgb(166,16,157); }

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

border-color css

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

 span { border-color: rgb(166,16,157); }

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