#A2556A

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

Shades of Vin Rouge #A2556A

Tints of Vin Rouge #A2556A

Color information

#A2556A (or 0xA2556A) is unknown color: approx Vin Rouge. HEX triplet: A2, 55 and 6A. RGB value is (162,85,106). Sum of RGB (Red+Green+Blue) = 162+85+106=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2556A is #5DAA95. Grayscale: #6E6E6E. Windows color (decimal): -6138518 or 6968738. OLE color: 6968738.

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

Color convert

RGB16285106-
CMYK00.480.350.36
HSL343.64º31.17%48.43%-
HSV(B)343.64º47.53%63.53%-
XYZ20.7515.2215.48-
YUV110.42125.51164.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=45.89%
G=24.08%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628510600.480.350.36343.6431.1748.43
HexA2556A03023241581f30
Octal24212515206043445303760
Binary1010001010101011101010011000010001110010010101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2556A; }

 p { color: rgb(162,85,106); }

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

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

 a { background-color: rgb(162,85,106); }

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

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

 span { border-color: rgb(162,85,106); }

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