#A61C84

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

Shades of Medium Red Violet #A61C84

Tints of Medium Red Violet #A61C84

Color information

#A61C84 (or 0xA61C84) is unknown color: approx Medium Red Violet. HEX triplet: A6, 1C and 84. RGB value is (166,28,132). Sum of RGB (Red+Green+Blue) = 166+28+132=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61C84 is #59E37B. Grayscale: #505050. Windows color (decimal): -5890940 or 8658086. OLE color: 8658086.

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

Color convert

RGB16628132-
CMYK00.830.200.35
HSL314.78º71.13%38.04%-
HSV(B)314.78º83.13%65.1%-
XYZ20.3110.622.81-
YUV81.12156.72188.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=50.92%
G=8.59%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662813200.830.200.35314.7871.1338.04
HexA61C84053142313b4726
Octal246342040123244347310746
Binary10100110111001000010001010011101001000111001110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61C84; }

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

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

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

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

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

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

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

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