Html Css Color HEX #A61794 Dark Magenta

📋 copy color: '#A61794'

red 166 ◦ green 23 ◦ blue 148

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

Shades of Dark Magenta #A61794

Tints of Dark Magenta #A61794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 49.26%
G = 6.82%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A61794 (or 0xA61794) is known color: Dark Magenta. HEX triplet: A6, 17 and 94. RGB value is (166,23,148). Sum of RGB (Red+Green+Blue) = 166+23+148=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A61794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61794 is #59E86B. Grayscale: #4F4F4F. Windows color (decimal): -5892204 or 9705382. OLE color: 9705382.

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

Color convert

RGB 166 23 148 -
CMYK 0 0.86 0.11 0.35
HSL 307.55º 0.76% 0.37% -
HSV(B) 307.55º 0.86% 0.65% -
XYZ 21.38 10.86 28.99 -
YUV 80.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 166 23 148 0 0.86 0.11 0.35 307.55 0.76 0.37
Hex A6 17 94 0 56 B 23 134 4C 25
Octal 246 27 224 0 126 13 43 464 114 45
Binary 10100110 10111 10010100 0 1010110 1011 100011 100110100 1001100 100101

Color Harmonies of #A61794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61794

Black with #A61794

Text Example


Text Example

White with #A61794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61794; }

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

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

background-color css

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

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

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

border-color css

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

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

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