Html Css Color HEX #A6189D Dark Magenta

📋 copy color: '#A6189D'

red 166 ◦ green 24 ◦ blue 157

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

Shades of Dark Magenta #A6189D

Tints of Dark Magenta #A6189D

RGB

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

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

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

R = 47.84%
G = 6.92%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6189D (or 0xA6189D) is known color: Dark Magenta. HEX triplet: A6, 18 and 9D. RGB value is (166,24,157). Sum of RGB (Red+Green+Blue) = 166+24+157=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6189D is #59E762. Grayscale: #515151. Windows color (decimal): -5891939 or 10295462. OLE color: 10295462.

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

Color convert

RGB 166 24 157 -
CMYK 0 0.86 0.05 0.35
HSL 303.8º 0.75% 0.37% -
HSV(B) 303.8º 0.86% 0.65% -
XYZ 22.14 11.19 32.89 -
YUV 81.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 166 24 157 0 0.86 0.05 0.35 303.8 0.75 0.37
Hex A6 18 9D 0 56 5 23 130 4B 25
Octal 246 30 235 0 126 5 43 460 113 45
Binary 10100110 11000 10011101 0 1010110 101 100011 100110000 1001011 100101

Color Harmonies of #A6189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6189D

Black with #A6189D

Text Example


Text Example

White with #A6189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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