Html Css Color HEX #A6169D Dark Magenta

📋 copy color: '#A6169D'

red 166 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #A6169D

Tints of Dark Magenta #A6169D

RGB

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

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

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

R = 48.12%
G = 6.38%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6169D (or 0xA6169D) is known color: Dark Magenta. HEX triplet: A6, 16 and 9D. RGB value is (166,22,157). Sum of RGB (Red+Green+Blue) = 166+22+157=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6169D is #59E962. Grayscale: #505050. Windows color (decimal): -5892451 or 10294950. OLE color: 10294950.

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

Color convert

RGB 166 22 157 -
CMYK 0 0.87 0.05 0.35
HSL 303.75º 0.77% 0.37% -
HSV(B) 303.75º 0.87% 0.65% -
XYZ 22.1 11.12 32.88 -
YUV 80.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 166 22 157 0 0.87 0.05 0.35 303.75 0.77 0.37
Hex A6 16 9D 0 57 5 23 130 4D 25
Octal 246 26 235 0 127 5 43 460 115 45
Binary 10100110 10110 10011101 0 1010111 101 100011 100110000 1001101 100101

Color Harmonies of #A6169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6169D

Black with #A6169D

Text Example


Text Example

White with #A6169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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