#A61B80

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

Shades of Medium Red Violet #A61B80

Tints of Medium Red Violet #A61B80

Color information

#A61B80 (or 0xA61B80) is unknown color: approx Medium Red Violet. HEX triplet: A6, 1B and 80. RGB value is (166,27,128). Sum of RGB (Red+Green+Blue) = 166+27+128=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61B80 is #59E47F. Grayscale: #4F4F4F. Windows color (decimal): -5891200 or 8395686. OLE color: 8395686.

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

Color convert

RGB16627128-
CMYK00.840.230.35
HSL316.4º72.02%37.84%-
HSV(B)316.4º83.73%65.1%-
XYZ20.0110.4521.38-
YUV80.08155.05189.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=51.71%
G=8.41%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662712800.840.230.35316.472.0237.84
HexA61B80054172313c4826
Octal246332000124274347411046
Binary10100110110111000000001010100101111000111001111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61B80; }

 p { color: rgb(166,27,128); }

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

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

 a { background-color: rgb(166,27,128); }

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

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

 span { border-color: rgb(166,27,128); }

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