#A2556C

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

Shades of Vin Rouge #A2556C

Tints of Vin Rouge #A2556C

Color information

#A2556C (or 0xA2556C) is unknown color: approx Vin Rouge. HEX triplet: A2, 55 and 6C. RGB value is (162,85,108). Sum of RGB (Red+Green+Blue) = 162+85+108=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2556C is #5DAA93. Grayscale: #6E6E6E. Windows color (decimal): -6138516 or 7099810. OLE color: 7099810.

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

Color convert

RGB16285108-
CMYK00.480.330.36
HSL342.08º31.17%48.43%-
HSV(B)342.08º47.53%63.53%-
XYZ20.8615.2616.03-
YUV110.64126.51164.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=45.63%
G=23.94%
B=30.42%

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
Decimal1628510800.480.330.36342.0831.1748.43
HexA2556C03021241561f30
Octal24212515406041445263760
Binary1010001010101011101100011000010000110010010101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2556C; }

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

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

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

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

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

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

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

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