Html Css Color HEX #A61497 Dark Magenta

📋 copy color: '#A61497'

red 166 ◦ green 20 ◦ blue 151

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

Shades of Dark Magenta #A61497

Tints of Dark Magenta #A61497

RGB

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

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

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

R = 49.26%
G = 5.93%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A61497 (or 0xA61497) is known color: Dark Magenta. HEX triplet: A6, 14 and 97. RGB value is (166,20,151). Sum of RGB (Red+Green+Blue) = 166+20+151=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A61497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61497 is #59EB68. Grayscale: #4E4E4E. Windows color (decimal): -5892969 or 9901222. OLE color: 9901222.

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

Color convert

RGB 166 20 151 -
CMYK 0 0.88 0.09 0.35
HSL 306.16º 0.78% 0.36% -
HSV(B) 306.16º 0.88% 0.65% -
XYZ 21.56 10.84 30.23 -
YUV 78.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 166 20 151 0 0.88 0.09 0.35 306.16 0.78 0.36
Hex A6 14 97 0 58 9 23 132 4E 24
Octal 246 24 227 0 130 11 43 462 116 44
Binary 10100110 10100 10010111 0 1011000 1001 100011 100110010 1001110 100100

Color Harmonies of #A61497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61497

Black with #A61497

Text Example


Text Example

White with #A61497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61497; }

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

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

background-color css

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

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

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

border-color css

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

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

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