Html Css Color HEX #A6169C Dark Magenta

📋 copy color: '#A6169C'

red 166 ◦ green 22 ◦ blue 156

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

Shades of Dark Magenta #A6169C

Tints of Dark Magenta #A6169C

RGB

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

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

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

R = 48.26%
G = 6.4%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6169C (or 0xA6169C) is known color: Dark Magenta. HEX triplet: A6, 16 and 9C. RGB value is (166,22,156). Sum of RGB (Red+Green+Blue) = 166+22+156=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6169C is #59E963. Grayscale: #4F4F4F. Windows color (decimal): -5892452 or 10229414. OLE color: 10229414.

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

Color convert

RGB 166 22 156 -
CMYK 0 0.87 0.06 0.35
HSL 304.17º 0.77% 0.37% -
HSV(B) 304.17º 0.87% 0.65% -
XYZ 22.01 11.08 32.43 -
YUV 80.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 166 22 156 0 0.87 0.06 0.35 304.17 0.77 0.37
Hex A6 16 9C 0 57 6 23 130 4D 25
Octal 246 26 234 0 127 6 43 460 115 45
Binary 10100110 10110 10011100 0 1010111 110 100011 100110000 1001101 100101

Color Harmonies of #A6169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6169C

Black with #A6169C

Text Example


Text Example

White with #A6169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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