#A3556F

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

Shades of Vin Rouge #A3556F

Tints of Vin Rouge #A3556F

Color information

#A3556F (or 0xA3556F) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 6F. RGB value is (163,85,111). Sum of RGB (Red+Green+Blue) = 163+85+111=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3556F is #5CAA90. Grayscale: #6F6F6F. Windows color (decimal): -6072977 or 7296419. OLE color: 7296419.

HSL color Cylindrical-coordinate representation of color #A3556F: hue angle of 340º 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 #A3556F is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16385111-
CMYK00.480.320.36
HSL340º31.45%48.63%-
HSV(B)340º47.85%63.92%-
XYZ21.2215.4316.9-
YUV111.29127.84164.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=45.40%
G=23.68%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638511100.480.320.3634031.4548.63
HexA3556F03020241541f31
Octal24312515706040445243761
Binary1010001110101011101111011000010000010010010101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3556F; }

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

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

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

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

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

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

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

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