Html Css Color HEX #A6189B Dark Magenta

📋 copy color: '#A6189B'

red 166 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #A6189B

Tints of Dark Magenta #A6189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.96%

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

R = 48.12%
G = 6.96%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6189B (or 0xA6189B) is known color: Dark Magenta. HEX triplet: A6, 18 and 9B. RGB value is (166,24,155). Sum of RGB (Red+Green+Blue) = 166+24+155=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6189B is #59E764. Grayscale: #515151. Windows color (decimal): -5891941 or 10164390. OLE color: 10164390.

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

Color convert

RGB 166 24 155 -
CMYK 0 0.86 0.07 0.35
HSL 304.65º 0.75% 0.37% -
HSV(B) 304.65º 0.86% 0.65% -
XYZ 21.97 11.13 32 -
YUV 81.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 166 24 155 0 0.86 0.07 0.35 304.65 0.75 0.37
Hex A6 18 9B 0 56 7 23 131 4B 25
Octal 246 30 233 0 126 7 43 461 113 45
Binary 10100110 11000 10011011 0 1010110 111 100011 100110001 1001011 100101

Color Harmonies of #A6189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6189B

Black with #A6189B

Text Example


Text Example

White with #A6189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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