#A3556E

Color #A3556E Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A3556E

Tints of Vin Rouge #A3556E

Color information

#A3556E (or 0xA3556E) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 6E. RGB value is (163,85,110). Sum of RGB (Red+Green+Blue) = 163+85+110=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3556E is #5CAA91. Grayscale: #6F6F6F. Windows color (decimal): -6072978 or 7230883. OLE color: 7230883.

HSL color Cylindrical-coordinate representation of color #A3556E: hue angle of 340.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3556E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16385110-
CMYK00.480.330.36
HSL340.77º31.45%48.63%-
HSV(B)340.77º47.85%63.92%-
XYZ21.1715.4116.61-
YUV111.17127.34164.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=45.53%
G=23.74%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638511000.480.330.36340.7731.4548.63
HexA3556E03021241551f31
Octal24312515606041445253761
Binary1010001110101011101110011000010000110010010101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3556E; }

 p { color: rgb(163,85,110); }

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

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

 a { background-color: rgb(163,85,110); }

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

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

 span { border-color: rgb(163,85,110); }

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