Html Css Color HEX #A6109C Dark Magenta

📋 copy color: '#A6109C'

red 166 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #A6109C

Tints of Dark Magenta #A6109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 49.11%
G = 4.73%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6109C (or 0xA6109C) is known color: Dark Magenta. HEX triplet: A6, 10 and 9C. RGB value is (166,16,156). Sum of RGB (Red+Green+Blue) = 166+16+156=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6109C is #59EF63. Grayscale: #4C4C4C. Windows color (decimal): -5893988 or 10227878. OLE color: 10227878.

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

Color convert

RGB 166 16 156 -
CMYK 0 0.90 0.06 0.35
HSL 304º 0.82% 0.36% -
HSV(B) 304º 0.9% 0.65% -
XYZ 21.91 10.88 32.4 -
YUV 76.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 166 16 156 0 0.90 0.06 0.35 304 0.82 0.36
Hex A6 10 9C 0 5A 6 23 130 52 24
Octal 246 20 234 0 132 6 43 460 122 44
Binary 10100110 10000 10011100 0 1011010 110 100011 100110000 1010010 100100

Color Harmonies of #A6109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6109C

Black with #A6109C

Text Example


Text Example

White with #A6109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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