Html Css Color HEX #A61595 Dark Magenta

📋 copy color: '#A61595'

red 166 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #A61595

Tints of Dark Magenta #A61595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 49.4%
G = 6.25%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61595 (or 0xA61595) is known color: Dark Magenta. HEX triplet: A6, 15 and 95. RGB value is (166,21,149). Sum of RGB (Red+Green+Blue) = 166+21+149=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A61595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61595 is #59EA6A. Grayscale: #4E4E4E. Windows color (decimal): -5892715 or 9770406. OLE color: 9770406.

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

Color convert

RGB 166 21 149 -
CMYK 0 0.87 0.10 0.35
HSL 307.03º 0.78% 0.37% -
HSV(B) 307.03º 0.87% 0.65% -
XYZ 21.42 10.81 29.39 -
YUV 78.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 166 21 149 0 0.87 0.10 0.35 307.03 0.78 0.37
Hex A6 15 95 0 57 A 23 133 4E 25
Octal 246 25 225 0 127 12 43 463 116 45
Binary 10100110 10101 10010101 0 1010111 1010 100011 100110011 1001110 100101

Color Harmonies of #A61595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61595

Black with #A61595

Text Example


Text Example

White with #A61595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61595; }

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

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

background-color css

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

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

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

border-color css

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

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

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