Html Css Color HEX #A61189 Dark Magenta

📋 copy color: '#A61189'

red 166 ◦ green 17 ◦ blue 137

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

Shades of Dark Magenta #A61189

Tints of Dark Magenta #A61189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 51.88%
G = 5.31%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A61189 (or 0xA61189) is known color: Dark Magenta. HEX triplet: A6, 11 and 89. RGB value is (166,17,137). Sum of RGB (Red+Green+Blue) = 166+17+137=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A61189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61189 is #59EE76. Grayscale: #4A4A4A. Windows color (decimal): -5893751 or 8982950. OLE color: 8982950.

HSL color Cylindrical-coordinate representation of color #A61189: hue angle of 311.68º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61189 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 137 -
CMYK 0 0.90 0.17 0.35
HSL 311.68º 0.81% 0.36% -
HSV(B) 311.68º 0.9% 0.65% -
XYZ 20.44 10.31 24.58 -
YUV 75.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 166 17 137 0 0.90 0.17 0.35 311.68 0.81 0.36
Hex A6 11 89 0 5A 11 23 138 51 24
Octal 246 21 211 0 132 21 43 470 121 44
Binary 10100110 10001 10001001 0 1011010 10001 100011 100111000 1010001 100100

Color Harmonies of #A61189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61189

Black with #A61189

Text Example


Text Example

White with #A61189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61189; }

 p { color: rgb(166,17,137); }

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

background-color css

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

 a { background-color: rgb(166,17,137); }

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

border-color css

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

 span { border-color: rgb(166,17,137); }

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