Html Css Color HEX #A61491 Dark Magenta

📋 copy color: '#A61491'

red 166 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #A61491

Tints of Dark Magenta #A61491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

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

R = 50.15%
G = 6.04%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A61491 (or 0xA61491) is known color: Dark Magenta. HEX triplet: A6, 14 and 91. RGB value is (166,20,145). Sum of RGB (Red+Green+Blue) = 166+20+145=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A61491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61491 is #59EB6E. Grayscale: #4D4D4D. Windows color (decimal): -5892975 or 9508006. OLE color: 9508006.

HSL color Cylindrical-coordinate representation of color #A61491: hue angle of 308.63º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61491 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 145 -
CMYK 0 0.88 0.13 0.35
HSL 308.63º 0.78% 0.36% -
HSV(B) 308.63º 0.88% 0.65% -
XYZ 21.09 10.65 27.73 -
YUV 77.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 166 20 145 0 0.88 0.13 0.35 308.63 0.78 0.36
Hex A6 14 91 0 58 D 23 135 4E 24
Octal 246 24 221 0 130 15 43 465 116 44
Binary 10100110 10100 10010001 0 1011000 1101 100011 100110101 1001110 100100

Color Harmonies of #A61491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61491

Black with #A61491

Text Example


Text Example

White with #A61491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61491; }

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

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

background-color css

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

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

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

border-color css

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

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

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