Html Css Color HEX #A61795 Dark Magenta

📋 copy color: '#A61795'

red 166 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #A61795

Tints of Dark Magenta #A61795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 49.11%
G = 6.8%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61795 (or 0xA61795) is known color: Dark Magenta. HEX triplet: A6, 17 and 95. RGB value is (166,23,149). Sum of RGB (Red+Green+Blue) = 166+23+149=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A61795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61795 is #59E86A. Grayscale: #4F4F4F. Windows color (decimal): -5892203 or 9770918. OLE color: 9770918.

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

Color convert

RGB 166 23 149 -
CMYK 0 0.86 0.10 0.35
HSL 307.13º 0.76% 0.37% -
HSV(B) 307.13º 0.86% 0.65% -
XYZ 21.46 10.89 29.4 -
YUV 80.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 166 23 149 0 0.86 0.10 0.35 307.13 0.76 0.37
Hex A6 17 95 0 56 A 23 133 4C 25
Octal 246 27 225 0 126 12 43 463 114 45
Binary 10100110 10111 10010101 0 1010110 1010 100011 100110011 1001100 100101

Color Harmonies of #A61795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61795

Black with #A61795

Text Example


Text Example

White with #A61795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61795; }

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

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

background-color css

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

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

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

border-color css

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

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

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