Html Css Color HEX #A6169B Dark Magenta

📋 copy color: '#A6169B'

red 166 ◦ green 22 ◦ blue 155

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

Shades of Dark Magenta #A6169B

Tints of Dark Magenta #A6169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 48.4%
G = 6.41%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6169B (or 0xA6169B) is known color: Dark Magenta. HEX triplet: A6, 16 and 9B. RGB value is (166,22,155). Sum of RGB (Red+Green+Blue) = 166+22+155=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6169B is #59E964. Grayscale: #4F4F4F. Windows color (decimal): -5892453 or 10163878. OLE color: 10163878.

HSL color Cylindrical-coordinate representation of color #A6169B: hue angle of 304.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6169B is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 155 -
CMYK 0 0.87 0.07 0.35
HSL 304.58º 0.77% 0.37% -
HSV(B) 304.58º 0.87% 0.65% -
XYZ 21.93 11.05 31.99 -
YUV 80.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 166 22 155 0 0.87 0.07 0.35 304.58 0.77 0.37
Hex A6 16 9B 0 57 7 23 131 4D 25
Octal 246 26 233 0 127 7 43 461 115 45
Binary 10100110 10110 10011011 0 1010111 111 100011 100110001 1001101 100101

Color Harmonies of #A6169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6169B

Black with #A6169B

Text Example


Text Example

White with #A6169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6169B; }

 p { color: rgb(166,22,155); }

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

background-color css

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

 a { background-color: rgb(166,22,155); }

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

border-color css

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

 span { border-color: rgb(166,22,155); }

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