Html Css Color HEX #A61185 Medium Violet Red

📋 copy color: '#A61185'

red 166 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #A61185

Tints of Medium Violet Red #A61185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 52.53%
G = 5.38%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A61185 (or 0xA61185) is known color: Medium Violet Red. HEX triplet: A6, 11 and 85. RGB value is (166,17,133). Sum of RGB (Red+Green+Blue) = 166+17+133=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A61185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61185 is #59EE7A. Grayscale: #4A4A4A. Windows color (decimal): -5893755 or 8720806. OLE color: 8720806.

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

Color convert

RGB 166 17 133 -
CMYK 0 0.90 0.20 0.35
HSL 313.29º 0.81% 0.36% -
HSV(B) 313.29º 0.9% 0.65% -
XYZ 20.16 10.2 23.1 -
YUV 74.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 166 17 133 0 0.90 0.20 0.35 313.29 0.81 0.36
Hex A6 11 85 0 5A 14 23 139 51 24
Octal 246 21 205 0 132 24 43 471 121 44
Binary 10100110 10001 10000101 0 1011010 10100 100011 100111001 1010001 100100

Color Harmonies of #A61185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61185

Black with #A61185

Text Example


Text Example

White with #A61185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61185; }

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

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

background-color css

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

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

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

border-color css

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

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

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