#A2556E

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

Shades of Vin Rouge #A2556E

Tints of Vin Rouge #A2556E

Color information

#A2556E (or 0xA2556E) is unknown color: approx Vin Rouge. HEX triplet: A2, 55 and 6E. RGB value is (162,85,110). Sum of RGB (Red+Green+Blue) = 162+85+110=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2556E is #5DAA91. Grayscale: #6E6E6E. Windows color (decimal): -6138514 or 7230882. OLE color: 7230882.

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

Color convert

RGB16285110-
CMYK00.480.320.36
HSL340.52º31.17%48.43%-
HSV(B)340.52º47.53%63.53%-
XYZ20.9615.316.6-
YUV110.87127.51164.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=45.38%
G=23.81%
B=30.81%

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
Decimal1628511000.480.320.36340.5231.1748.43
HexA2556E03020241551f30
Octal24212515606040445253760
Binary1010001010101011101110011000010000010010010101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2556E; }

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

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

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

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

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

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

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

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