#A61C81

Color #A61C81 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A61C81

Tints of Medium Red Violet #A61C81

Color information

#A61C81 (or 0xA61C81) is unknown color: approx Medium Red Violet. HEX triplet: A6, 1C and 81. RGB value is (166,28,129). Sum of RGB (Red+Green+Blue) = 166+28+129=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C81 is #59E37E. Grayscale: #505050. Windows color (decimal): -5890943 or 8461478. OLE color: 8461478.

HSL color Cylindrical-coordinate representation of color #A61C81: hue angle of 316.09º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C81 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16628129-
CMYK00.830.220.35
HSL316.09º71.13%38.04%-
HSV(B)316.09º83.13%65.1%-
XYZ20.110.5221.74-
YUV80.78155.22188.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=51.39%
G=8.67%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662812900.830.220.35316.0971.1338.04
HexA61C81053162313c4726
Octal246342010123264347410746
Binary10100110111001000000101010011101101000111001111001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61C81; }

 p { color: rgb(166,28,129); }

 H1.HeaderClassName
 {
   color: #A61C81;
 }
 .AnyTagClassName
 {
   color: #A61C81;
 }
</style>
background-color css

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

 a { background-color: rgb(166,28,129); }

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

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

 span { border-color: rgb(166,28,129); }

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