Html Css Color HEX #A61195 Dark Magenta

📋 copy color: '#A61195'

red 166 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #A61195

Tints of Dark Magenta #A61195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

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

R = 50%
G = 5.12%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61195 (or 0xA61195) is known color: Dark Magenta. HEX triplet: A6, 11 and 95. RGB value is (166,17,149). Sum of RGB (Red+Green+Blue) = 166+17+149=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A61195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61195 is #59EE6A. Grayscale: #4C4C4C. Windows color (decimal): -5893739 or 9769382. OLE color: 9769382.

HSL color Cylindrical-coordinate representation of color #A61195: hue angle of 306.85º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61195 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 149 -
CMYK 0 0.90 0.10 0.35
HSL 306.85º 0.81% 0.36% -
HSV(B) 306.85º 0.9% 0.65% -
XYZ 21.35 10.68 29.37 -
YUV 76.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 166 17 149 0 0.90 0.10 0.35 306.85 0.81 0.36
Hex A6 11 95 0 5A A 23 133 51 24
Octal 246 21 225 0 132 12 43 463 121 44
Binary 10100110 10001 10010101 0 1011010 1010 100011 100110011 1010001 100100

Color Harmonies of #A61195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61195

Black with #A61195

Text Example


Text Example

White with #A61195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61195; }

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

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

background-color css

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

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

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

border-color css

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

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

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