Html Css Color HEX #A61891 Dark Magenta

📋 copy color: '#A61891'

red 166 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #A61891

Tints of Dark Magenta #A61891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 49.55%
G = 7.16%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A61891 (or 0xA61891) is known color: Dark Magenta. HEX triplet: A6, 18 and 91. RGB value is (166,24,145). Sum of RGB (Red+Green+Blue) = 166+24+145=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A61891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61891 is #59E76E. Grayscale: #4F4F4F. Windows color (decimal): -5891951 or 9509030. OLE color: 9509030.

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

Color convert

RGB 166 24 145 -
CMYK 0 0.86 0.13 0.35
HSL 308.87º 0.75% 0.37% -
HSV(B) 308.87º 0.86% 0.65% -
XYZ 21.16 10.8 27.76 -
YUV 80.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 166 24 145 0 0.86 0.13 0.35 308.87 0.75 0.37
Hex A6 18 91 0 56 D 23 135 4B 25
Octal 246 30 221 0 126 15 43 465 113 45
Binary 10100110 11000 10010001 0 1010110 1101 100011 100110101 1001011 100101

Color Harmonies of #A61891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61891

Black with #A61891

Text Example


Text Example

White with #A61891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61891; }

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

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

background-color css

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

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

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

border-color css

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

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

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