Html Css Color HEX #A61586 Medium Violet Red

📋 copy color: '#A61586'

red 166 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #A61586

Tints of Medium Violet Red #A61586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 51.71%
G = 6.54%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A61586 (or 0xA61586) is known color: Medium Violet Red. HEX triplet: A6, 15 and 86. RGB value is (166,21,134). Sum of RGB (Red+Green+Blue) = 166+21+134=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61586 is #59EA79. Grayscale: #4C4C4C. Windows color (decimal): -5892730 or 8787366. OLE color: 8787366.

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

Color convert

RGB 166 21 134 -
CMYK 0 0.87 0.19 0.35
HSL 313.24º 0.78% 0.37% -
HSV(B) 313.24º 0.87% 0.65% -
XYZ 20.3 10.36 23.49 -
YUV 77.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 166 21 134 0 0.87 0.19 0.35 313.24 0.78 0.37
Hex A6 15 86 0 57 13 23 139 4E 25
Octal 246 25 206 0 127 23 43 471 116 45
Binary 10100110 10101 10000110 0 1010111 10011 100011 100111001 1001110 100101

Color Harmonies of #A61586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61586

Black with #A61586

Text Example


Text Example

White with #A61586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61586; }

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

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

background-color css

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

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

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

border-color css

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

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

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