Html Css Color HEX #A61396 Dark Magenta

📋 copy color: '#A61396'

red 166 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #A61396

Tints of Dark Magenta #A61396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 49.55%
G = 5.67%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61396 (or 0xA61396) is known color: Dark Magenta. HEX triplet: A6, 13 and 96. RGB value is (166,19,150). Sum of RGB (Red+Green+Blue) = 166+19+150=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A61396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61396 is #59EC69. Grayscale: #4D4D4D. Windows color (decimal): -5893226 or 9835430. OLE color: 9835430.

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

Color convert

RGB 166 19 150 -
CMYK 0 0.89 0.10 0.35
HSL 306.53º 0.79% 0.36% -
HSV(B) 306.53º 0.89% 0.65% -
XYZ 21.46 10.77 29.8 -
YUV 77.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 166 19 150 0 0.89 0.10 0.35 306.53 0.79 0.36
Hex A6 13 96 0 59 A 23 133 4F 24
Octal 246 23 226 0 131 12 43 463 117 44
Binary 10100110 10011 10010110 0 1011001 1010 100011 100110011 1001111 100100

Color Harmonies of #A61396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61396

Black with #A61396

Text Example


Text Example

White with #A61396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61396; }

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

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

background-color css

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

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

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

border-color css

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

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

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