Html Css Color HEX #A61997 Dark Magenta

📋 copy color: '#A61997'

red 166 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #A61997

Tints of Dark Magenta #A61997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 48.54%
G = 7.31%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A61997 (or 0xA61997) is known color: Dark Magenta. HEX triplet: A6, 19 and 97. RGB value is (166,25,151). Sum of RGB (Red+Green+Blue) = 166+25+151=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A61997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61997 is #59E668. Grayscale: #515151. Windows color (decimal): -5891689 or 9902502. OLE color: 9902502.

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

Color convert

RGB 166 25 151 -
CMYK 0 0.85 0.09 0.35
HSL 306.38º 0.74% 0.37% -
HSV(B) 306.38º 0.85% 0.65% -
XYZ 21.66 11.04 30.27 -
YUV 81.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 166 25 151 0 0.85 0.09 0.35 306.38 0.74 0.37
Hex A6 19 97 0 55 9 23 132 4A 25
Octal 246 31 227 0 125 11 43 462 112 45
Binary 10100110 11001 10010111 0 1010101 1001 100011 100110010 1001010 100101

Color Harmonies of #A61997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61997

Black with #A61997

Text Example


Text Example

White with #A61997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61997; }

 p { color: rgb(166,25,151); }

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

background-color css

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

 a { background-color: rgb(166,25,151); }

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

border-color css

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

 span { border-color: rgb(166,25,151); }

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