Html Css Color HEX #A61395 Dark Magenta

📋 copy color: '#A61395'

red 166 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #A61395

Tints of Dark Magenta #A61395

RGB

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

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

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

R = 49.7%
G = 5.69%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61395 (or 0xA61395) is known color: Dark Magenta. HEX triplet: A6, 13 and 95. RGB value is (166,19,149). Sum of RGB (Red+Green+Blue) = 166+19+149=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A61395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61395 is #59EC6A. Grayscale: #4D4D4D. Windows color (decimal): -5893227 or 9769894. OLE color: 9769894.

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

Color convert

RGB 166 19 149 -
CMYK 0 0.89 0.10 0.35
HSL 306.94º 0.79% 0.36% -
HSV(B) 306.94º 0.89% 0.65% -
XYZ 21.38 10.74 29.38 -
YUV 77.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 166 19 149 0 0.89 0.10 0.35 306.94 0.79 0.36
Hex A6 13 95 0 59 A 23 133 4F 24
Octal 246 23 225 0 131 12 43 463 117 44
Binary 10100110 10011 10010101 0 1011001 1010 100011 100110011 1001111 100100

Color Harmonies of #A61395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61395

Black with #A61395

Text Example


Text Example

White with #A61395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61395; }

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

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

background-color css

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

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

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

border-color css

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

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

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