Html Css Color HEX #A61187 Medium Violet Red

📋 copy color: '#A61187'

red 166 ◦ green 17 ◦ blue 135

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

Shades of Medium Violet Red #A61187

Tints of Medium Violet Red #A61187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 52.2%
G = 5.35%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A61187 (or 0xA61187) is known color: Medium Violet Red. HEX triplet: A6, 11 and 87. RGB value is (166,17,135). Sum of RGB (Red+Green+Blue) = 166+17+135=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A61187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61187 is #59EE78. Grayscale: #4A4A4A. Windows color (decimal): -5893753 or 8851878. OLE color: 8851878.

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

Color convert

RGB 166 17 135 -
CMYK 0 0.90 0.19 0.35
HSL 312.48º 0.81% 0.36% -
HSV(B) 312.48º 0.9% 0.65% -
XYZ 20.3 10.26 23.83 -
YUV 75 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 166 17 135 0 0.90 0.19 0.35 312.48 0.81 0.36
Hex A6 11 87 0 5A 13 23 138 51 24
Octal 246 21 207 0 132 23 43 470 121 44
Binary 10100110 10001 10000111 0 1011010 10011 100011 100111000 1010001 100100

Color Harmonies of #A61187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61187

Black with #A61187

Text Example


Text Example

White with #A61187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61187; }

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

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

background-color css

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

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

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

border-color css

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

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

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