#A55870

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

Shades of Vin Rouge #A55870

Tints of Vin Rouge #A55870

Color information

#A55870 (or 0xA55870) is unknown color: approx Vin Rouge. HEX triplet: A5, 58 and 70. RGB value is (165,88,112). Sum of RGB (Red+Green+Blue) = 165+88+112=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55870 is #5AA78F. Grayscale: #717171. Windows color (decimal): -5941136 or 7362725. OLE color: 7362725.

HSL color Cylindrical-coordinate representation of color #A55870: hue angle of 341.3º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55870 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16588112-
CMYK00.470.320.35
HSL341.3º30.43%49.61%-
HSV(B)341.3º46.67%64.71%-
XYZ21.9316.1517.29-
YUV113.76127.01164.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=45.21%
G=24.11%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658811200.470.320.35341.330.4349.61
HexA5587002F20231551e32
Octal24513016005740435253662
Binary1010010110110001110000010111110000010001110101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55870; }

 p { color: rgb(165,88,112); }

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

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

 a { background-color: rgb(165,88,112); }

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

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

 span { border-color: rgb(165,88,112); }

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