Html Css Color HEX #A61394 Dark Magenta

📋 copy color: '#A61394'

red 166 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #A61394

Tints of Dark Magenta #A61394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 49.85%
G = 5.71%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A61394 (or 0xA61394) is known color: Dark Magenta. HEX triplet: A6, 13 and 94. RGB value is (166,19,148). Sum of RGB (Red+Green+Blue) = 166+19+148=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A61394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61394 is #59EC6B. Grayscale: #4D4D4D. Windows color (decimal): -5893228 or 9704358. OLE color: 9704358.

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

Color convert

RGB 166 19 148 -
CMYK 0 0.89 0.11 0.35
HSL 307.35º 0.79% 0.36% -
HSV(B) 307.35º 0.89% 0.65% -
XYZ 21.3 10.71 28.96 -
YUV 77.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 166 19 148 0 0.89 0.11 0.35 307.35 0.79 0.36
Hex A6 13 94 0 59 B 23 133 4F 24
Octal 246 23 224 0 131 13 43 463 117 44
Binary 10100110 10011 10010100 0 1011001 1011 100011 100110011 1001111 100100

Color Harmonies of #A61394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61394

Black with #A61394

Text Example


Text Example

White with #A61394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61394; }

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

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

background-color css

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

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

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

border-color css

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

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

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