Html Css Color HEX #A61691 Dark Magenta

📋 copy color: '#A61691'

red 166 ◦ green 22 ◦ blue 145

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

Shades of Dark Magenta #A61691

Tints of Dark Magenta #A61691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

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

R = 49.85%
G = 6.61%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A61691 (or 0xA61691) is known color: Dark Magenta. HEX triplet: A6, 16 and 91. RGB value is (166,22,145). Sum of RGB (Red+Green+Blue) = 166+22+145=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A61691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61691 is #59E96E. Grayscale: #4E4E4E. Windows color (decimal): -5892463 or 9508518. OLE color: 9508518.

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

Color convert

RGB 166 22 145 -
CMYK 0 0.87 0.13 0.35
HSL 308.75º 0.77% 0.37% -
HSV(B) 308.75º 0.87% 0.65% -
XYZ 21.12 10.73 27.74 -
YUV 79.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 166 22 145 0 0.87 0.13 0.35 308.75 0.77 0.37
Hex A6 16 91 0 57 D 23 135 4D 25
Octal 246 26 221 0 127 15 43 465 115 45
Binary 10100110 10110 10010001 0 1010111 1101 100011 100110101 1001101 100101

Color Harmonies of #A61691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61691

Black with #A61691

Text Example


Text Example

White with #A61691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61691; }

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

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

background-color css

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

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

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

border-color css

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

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

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