Html Css Color HEX #A61397 Dark Magenta

📋 copy color: '#A61397'

red 166 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #A61397

Tints of Dark Magenta #A61397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 49.4%
G = 5.65%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A61397 (or 0xA61397) is known color: Dark Magenta. HEX triplet: A6, 13 and 97. RGB value is (166,19,151). Sum of RGB (Red+Green+Blue) = 166+19+151=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A61397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61397 is #59EC68. Grayscale: #4D4D4D. Windows color (decimal): -5893225 or 9900966. OLE color: 9900966.

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

Color convert

RGB 166 19 151 -
CMYK 0 0.89 0.09 0.35
HSL 306.12º 0.79% 0.36% -
HSV(B) 306.12º 0.89% 0.65% -
XYZ 21.54 10.81 30.23 -
YUV 78 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 166 19 151 0 0.89 0.09 0.35 306.12 0.79 0.36
Hex A6 13 97 0 59 9 23 132 4F 24
Octal 246 23 227 0 131 11 43 462 117 44
Binary 10100110 10011 10010111 0 1011001 1001 100011 100110010 1001111 100100

Color Harmonies of #A61397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61397

Black with #A61397

Text Example


Text Example

White with #A61397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61397; }

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

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

background-color css

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

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

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

border-color css

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

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

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