Html Css Color HEX #A6189E Dark Magenta

📋 copy color: '#A6189E'

red 166 ◦ green 24 ◦ blue 158

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

Shades of Dark Magenta #A6189E

Tints of Dark Magenta #A6189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 47.7%
G = 6.9%
B = 45.4%

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

#A6189E (or 0xA6189E) is known color: Dark Magenta. HEX triplet: A6, 18 and 9E. RGB value is (166,24,158). Sum of RGB (Red+Green+Blue) = 166+24+158=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6189E is #59E761. Grayscale: #515151. Windows color (decimal): -5891938 or 10360998. OLE color: 10360998.

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

Color convert

RGB 166 24 158 -
CMYK 0 0.86 0.05 0.35
HSL 303.38º 0.75% 0.37% -
HSV(B) 303.38º 0.86% 0.65% -
XYZ 22.22 11.23 33.34 -
YUV 81.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 166 24 158 0 0.86 0.05 0.35 303.38 0.75 0.37
Hex A6 18 9E 0 56 5 23 12F 4B 25
Octal 246 30 236 0 126 5 43 457 113 45
Binary 10100110 11000 10011110 0 1010110 101 100011 100101111 1001011 100101

Color Harmonies of #A6189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6189E

Black with #A6189E

Text Example


Text Example

White with #A6189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6189E; }

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

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

background-color css

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

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

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

border-color css

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

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

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